Debugging with GDB (September 2007)
Chapter 16: XDB to WDB Transition Guide 217
r [arguments] r [arguments] Run with last arguments [or with
new arguments]
R R (with -xdb), r Rerun with no arguments
s s, si Single step (into procedures) (si:
step by instruction)
s numb e r s numb e r, si numbe r Single step number steps (into
procedures) (si: step by instruc-
tion)
S S (with -xdb), n, ni Step over (ni: step over by in-
struction)
S numb e r S numb e r (with -xdb), n number,
ninumb e r
Step over by number statements
or instructions (ni: step over by
instruction)
16.2 Overall breakpoint commands
The following table lists the XDB and equivalent WDB commands for setting additional
breakpoints:
XDB Command WDB Equivalent Meaning
lb lb (with -xdb), i b List breakpoints
tb No equivalent Toggle overall breakpoint state
16.2.1 Auxiliary breakpoint commands
The following table lists the XDB and equivalent WDB auxiliary breakpoint related
commands:
XDB Command WDB Equivalent Meaning