Debugging with GDB (February 2008)

Table Of Contents
Chapter 16: XDB to WDB Transition Guide 221
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 number s number, si number 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 number S number (with -xdb), n number,
ninumber
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