HP (Hewlett-Packard) 5992-4701 Computer Hardware User Manual


 
Table 16-11 Overall breakpoint commands (continued)
MeaningWDB EquivalentXDB Command
Set a breakpoint count
bc number expr (with -xdb),
ignorenumber expr (within a
commands list)
bc number expr
Delete breakpoint at current line
cleardb
Delete breakpoint of the given
number
delete numberdb number
Delete all breakpoints
deletedb *
Suspend breakpoint of the given
number
disable numbersb number
Suspend all breakpoints
disablesb *
Suspend breakpoints in named
shared library
No equivalent
sb @shared- library
16.2.4 All-procedures breakpoint commands
GDB does not provide the ability to set breakpoints on all procedures with a single
command. Therefore, it does not have any equivalent of the following commands:
bp
bpt
bpx
dp
Dpt
Dpx
16.2.5 Global breakpoint commands
The following table lists the XDB and equivalent WDB commands for setting global
breakpoints:
Table 16-12 Global breakpoint commands
MeaningWDB EquivalentXDB Command
Set or delete cmds to execute at
every stop
No exact equivalent, but
display expr is equivalent to
abc print expr
abc cmds
Stop displaying values at each stop
undisplaydbc
16.2 Overall breakpoint commands 263