2 overall breakpoint commands, 1 auxiliary breakpoint commands, Overall breakpoint commands – HP gnu source-level debugger 5992-4701 User Manual
Page 260: Auxiliary breakpoint commands, Table 16-7 job control commands (continued)

Table 16-7 Job control commands (continued)
Meaning
WDB Equivalent
XDB Command
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 line
g {+ | -} (with -xdb)
, go
{+ | -}1, tb {+ | -}1
followed by jump {+ | -}1
g {+ | -}
Detach and terminate target
k
k
Run with last arguments [or with
new arguments]
r [arguments]
r [arguments]
Rerun with no arguments
R (with -xdb)
, r
R
Single step (into procedures) (si:
step by instruction)
s
, si
s
Single step number steps (into
procedures) (si: step by
instruction)
s number
, si number
s number
Step over (ni: step over by
instruction)
S (with -xdb)
, n, ni
S
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 WDB commands for setting additional
breakpoints:
Table 16-8 Overall breakpoint commands
Meaning
WDB Equivalent
XDB Command
List breakpoints
lb (with -xdb)
, ib
lb
Toggle overall breakpoint state
No equivalent
tb
16.2.1 Auxiliary breakpoint commands
The following table lists the XDB and equivalent WDB auxiliary breakpoint related
commands:
260
XDB to WDB Transition Guide