List all breakpoints defined by the BP and BR commands.
Syntax:
──── BL ──────────────────────────────────────────────────────
Parameters: none.
Results & Notes:
BL lists the definitions of all currently defined breakpoints. An example of this follows:
bl 0 e 0158:00005874 [DOSOPEN] 5 (5) ".P*;G" 1 d 0158:00007384 [DOSHOLDSIGNAL] 2 e %fff461a4 [_tkSchedNext] 12 (15) ".P*" 3 dT %fff474e4 [_PGSwitchContext] 4 d %1a022298 [DOS32WRITE] 10 (10) 5 e W2 0030:0000ffcc [Ppid] 6 dI E1 0000:00000000 5 (5) "DW TASKNUMBER L1" 7 e I1 00002e7 ##
Breakpoint definitions are of two forms:
n st addr [symbol] pc (mc) "cmd, cmd, ...."
n st tn addr [symbol] pc (mc) "cmd, cmd, ...."
Each of the fields has the following meaning:
n
d
The suffix T signifies that the breakpoint is a time-stamp breakpoint created using the BT command.
The suffix I indicates that the address has become invalid.
R
Note: I/O breakpoints are only available to Pentium (and later) processors. The support for I/O breakpoints was introduced into the Kernel Debugger with fix pack 29 for Warp 3.0 and base Warp 4.0.