Debugging with GDB Manual (5900-1473; WDB 6.2; January 2011)

Table Of Contents
Table 13 Overall breakpoint commands (continued)
MeaningHP WDB EquivalentXDB Command
Activate suspended breakpoints in
named shared library
No equivalentab @shared- library
Set a breakpoint countbc number expr (with -xdb),
ignorenumber expr (within a
commands list)
bc number expr
Delete breakpoint at current linecleardb
Delete breakpoint of the given
number
delete numberdb number
Delete all breakpointsdeletedb *
Suspend breakpoint of the given
number
disable numbersb number
Suspend all breakpointsdisablesb *
Suspend breakpoints in named
shared library
No equivalentsb @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 HP WDB commands for setting global
breakpoints:
Table 14 Global breakpoint commands
MeaningHP WDB 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 stopundisplaydbc
266 XDB to HP WDB Transition Guide