!amli bp

The !amli bp extension places a breakpoint in AML code.

Syntax

    !amli bp { MethodName | CodeAddress }

Parameters

MethodName
Specifies the full path of the method name on which the breakpoint will be set.

CodeAddress
Specifies the address of the AML code at which the breakpoint will be set. If CodeAddress is prefixed with two percent signs (%%), it is interpreted as a physical address. Otherwise, it is interpreted as a virtual address.

DLL

Kdexts.dll

Additional Information

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

Remarks

The AMLI Debugger supports a maximum of 10 breakpoints.

Here is an example. The following command will set a breakpoint on the _DCK method:

kd> !amli bp \_sb.pci0.dock._dck