Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The !amli bd extension temporarily disables an AML breakpoint.
Syntax
!amli bd Breakpoint!amli bd *
Parameters
Breakpoint Specifies the number of the breakpoint to be disabled.
* Specifies that all breakpoints should be disabled.
DLL
Kdexts.dll
Additional Information
For information about related commands and their uses, see The AMLI Debugger.
Remarks
A disabled breakpoint can be re-enabled by using the !amli be extension.
To determine the breakpoint number of a breakpoint, use the !amli bl extension.
Here is an example of this command:
kd> !amli bl
0: c29accf5 [\_WAK]
1: c29c20a5 [\_SB.PCI0.ISA.BAT1._BST]
kd> !amli bd 1