Debugging with GDB (February 2008)

Table Of Contents
236 Debugging with GDB
bpx cmds No equivalent
bt [depth] No equivalent
bt proc b proc commands bnum
finish
c
end
bu [depth] bu [depth] (with -xdb). The finish command is equivalent to
the sequence bu, c, db (to continue out of the current routine).
bx [depth] bx [depth] (with -xdb)
16.8.3 C through D
XDB Command Equivalent WDB Command
c c, continue
c location until location
C c, continue
C location until location
D "dir" D "dir" (with -xdb), dir pathname
da number No equivalent
da * No equivalent
db clear