HP (Hewlett-Packard) 5992-4701 Computer Hardware User Manual


 
Table 16-5 Stack viewing commands (continued)
MeaningWDB EquivalentXDB Command
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 16-6 Status viewing commands
MeaningWDB 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 WDB commands for controlling
program execution:
Table 16-7 Job control commands
MeaningWDB 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
Continue, allowing any pending
signal, set temporary breakpoint
at location
until locationC [location]
Go to line in current procedureg line (with -xdb), go
line, tb line followed by
jump line
g line
Go to label in current procedure
No equivalent
g #label
16.1 By-function lists of XDB commands and HP WDB equivalents 259