Debugging Tools for Windows

!amli bd

The !amli bd extension temporarily disables an AML breakpoint.

Syntax

Syntax in Windows 2000

!acpikd.amli bd Breakpoint 
!acpikd.amli bd * 

Syntax in Windows XP and later

!amli bd Breakpoint 
!amli bd * 

Parameters

Breakpoint
Specifies the number of the breakpoint to be disabled.
*
Specifies that all breakpoints should be disabled.

DLL

Windows NT 4.0 Unavailable
Windows 2000 Acpikd.dll
Windows XP and later Kdexts.dll

Comments

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

Additional Information

For information about related commands and their uses, see The AMLI Debugger.

Build machine: CAPEBUILD