Debugging with GDB Manual HP WDB v6.3 (5900-2180, August 2012)

Table 12 Breakpoint creation commands (continued)
MeaningHP WDB EquivalentXDB Command
Set up-level breakpoint.bu [depth] (with -xdb). The
finish command is equivalent to the
sequence bu, c, db (to continue out
of the current routine).
bu [depth]
Set a breakpoint at procedure exit.bx [depth] (with -xdb)bx [depth]
16.2.3 Breakpoint status commands
The following table lists the XDB and equivalent HP WDB commands for changing the breakpoint
status:
Table 13 Overall breakpoint commands
MeaningHP WDB EquivalentXDB Command
Activate suspended breakpoint of the
given number
enable numberab number
Activate all suspended break- pointsenableab *
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 numberdelete 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:
210 XDB to HP WDB Transition Guide