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

Table Of Contents
Table 9 Job control commands (continued)
MeaningHP WDB EquivalentXDB Command
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 #
lines
g {+ | -}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 Overall breakpoint commands 263