Table 16-5 Stack viewing commands (continued)

XDB Command

WDB Equivalent

Meaning

up

down

View procedure one level nearer

 

 

innermost frame of stack (lower

 

 

number)

 

 

 

up number

down number

View procedure number levels

 

 

nearer innermost frame of stack

 

 

 

V [depth]

V [depth] (with -xdb),

Display text for current active

 

frame [depth]

procedure or at specified depth on

 

 

stack

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

XDB Command

WDB Equivalent

Meaning

 

 

 

I

info (many kinds), show (many

Display state of debugger and

 

kinds)

program

 

 

 

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

XDB Command

WDB Equivalent

Meaning

 

 

 

c

c, continue

Continue from breakpoint,

 

 

ignoring any pending signal

 

 

 

c location

until location

Continue from breakpoint,

 

 

ignoring any pending signal, set

 

 

temporary breakpoint at

 

 

location

 

 

 

C

c, continue

Continue, allowing any pending

 

 

signal

 

 

 

C [location]

until location

Continue, allowing any pending

 

 

signal, set temporary breakpoint

 

 

at location

 

 

 

g line

g line (with -xdb),go

Go to line in current procedure

 

line, tb line followed by

 

 

jump line

 

 

 

 

g #label

No equivalent

Go to label in current procedure

 

 

 

16.1 By-function lists of XDB commands and HP WDB equivalents 259