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

Table Of Contents
Table 7 Stack viewing commands (continued)
MeaningHP WDB EquivalentXDB Command
Print stack trace to deptht [depth] (with -xdb), bt
[depth]
t [depth]
Print stack trace and show local
vars
T [depth] (with -xdb),
bt full [depth]
T [depth]
View procedure at innermost frame
of stack
frame 0top
View procedure one level nearer
innermost frame of stack (lower
number)
downup
View procedure number levels
nearer innermost frame of stack
down numberup number
Display text for current active
procedure or at specified depth on
stack
V [depth] (with -xdb),
frame [depth]
V [depth]
16.1.7 Status-viewing command
Type the show command with no arguments to get a list of current debugger settings.
Table 8 Status viewing commands
MeaningHP WDB EquivalentXDB Command
Display state of debugger and
program
info (many kinds), show (many
kinds)
I
16.1.8 Job control commands
The following table lists the XDB and equivalent HP WDB commands for controlling
program execution:
Table 9 Job control commands
MeaningHP WDB EquivalentXDB Command
Continue from breakpoint, ignoring
any pending signal
c, continuec
Continue from breakpoint, ignoring
any pending signal, set temporary
breakpoint at location
until locationc location
Continue, allowing any pending
signal
c, continueC
262 XDB to HP WDB Transition Guide