Debugging with GDB Manual HP WDB v6.3 (5900-2180, August 2012)
Table 9 Job control commands
MeaningHP WDB EquivalentXDB Command
Continue from breakpoint, ignoring any
pending signal
c, continuec
Continue from breakpoint, ignoring any
pending signal, set temporary
breakpoint at location
until locationc location
Continue, allowing any pending signalc, continueC
Continue, allowing any pending signal,
set temporary breakpoint at location
until locationC [location]
Go to line in current procedureg line (with -xdb), go line,
tb line followed by jump line
g line
Go to label in current procedureNo equivalentg #label
Go forward or back given # linesg {+ | -}lines (with -xdb),
go {+ | -}lines, tb {+ |
-}lines followed by jump {+ |
-}lines
g {+ | -}lines
Go forward or back 1 lineg {+ | -} (with -xdb), go {+
| -}1, tb {+ | -}1 followed by
jump {+ | -}1
g {+ | -}
Detach and terminate targetkk
Run with last arguments [or with new
arguments]
r [arguments]r [arguments]
Rerun with no argumentsR (with -xdb), rR
Single step (into procedures) (si: step
by instruction)
s, sis
Single step number steps (into
procedures) (si: step by instruction)
s number, si numbers number
Step over (ni: step over by instruction)S (with -xdb), n, niS
Step over by number statements or
instructions (ni: step over by instruction)
S number (with -xdb), n
number, ninumber
S number
16.2 Overall breakpoint commands
The following table lists the XDB and equivalent HP WDB commands for setting additional
breakpoints:
Table 10 Overall breakpoint commands
MeaningHP WDB EquivalentXDB Command
List breakpointslb (with -xdb), iblb
Toggle overall breakpoint stateNo equivalenttb
16.2.1 Auxiliary breakpoint commands
The following table lists the XDB and equivalent HP WDB auxiliary breakpoint related commands:
208 XDB to HP WDB Transition Guide