Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.23 KB

File metadata and controls

59 lines (35 loc) · 1.23 KB
title description keywords ms.date topic_type ms.topic api_name api_type
!amli bl (WinDbg)
The !amli bl extension displays a list of all AML breakpoints.
amli bl Windows Debugging
09/17/2018
apiref
reference
amli bl
NA

!amli bl

The !amli bl extension displays a list of all AML breakpoints.

Syntax

   !amli bl

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 ten breakpoints.

Here is an example of the !amli bl extension:

kd> !amli bl
 0: <e> ffffffff80e5e2f1:[\_SB.LNKD._SRS]
 1: <e> ffffffff80e5d969:[\_SB.LNKB._STA]
 2: <d> ffffffff80e630c9:[\_WAK]
 3: <e> ffffffff80e612c9:[\_SB.MBRD._CRS]

The first column gives the breakpoint number. The <e> and <d> marks indicate whether the breakpoint is enabled or disabled. The address of the breakpoint is in the next column. Finally, the method containing the breakpoint is listed, with the offset of the breakpoint if it is not set at the start of the method.