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

Table 24 B (continued)
Equivalent HP WDB CommandXDB Command
No equivalent (use b proc)bb [depth]
bc number expr (with -xdb), ignore number expr
(within a commands list)
bc number expr
b class::proc cond bnum (this == expr)bi expr.proc
No equivalentbi -c expr
No equivalentbi -C expr
No equivalentbp
No equivalentbp cmds
rb ^class::*bpc -c class
Use rb ^class::* for base classes alsobpc -C class
rb procbpo proc
b class::procbpo class::proc
No equivalentbpt
No equivalentbpt cmds
No equivalentbpx
No equivalentbpx cmds
b proc commands bnum finish c endbt proc
bu [depth] (with -xdb). The finish command is equivalent
to the sequence bu, c, db (to continue out of the current
routine).
bu [depth]
bx [depth] (with -xdb)bx [depth]
16.8.3 C through D
Table 25 C through D
Equivalent HP WDB CommandXDB Command
c, continuec
until locationc location
c, continueC
until locationC location
D "dir" (with -xdb), dir pathnameD "dir"
No equivalentda number
No equivalentda *
cleardb
delete numberdb number
deletedb *
undisplaydbc
def name [GDB prompts for commands]def name replacement-text
16.8 Alphabetical lists of XDB commands and HP WDB equivalents 217