beautypg.com

7 status-viewing command, 8 job control commands, Status viewing commands – HP gnu source-level debugger 5992-4701 User Manual

Page 259: Job control commands, Status-viewing command

background image

Table 16-5 Stack viewing commands (continued)

Meaning

WDB Equivalent

XDB Command

View procedure one level nearer
innermost frame of stack (lower
number)

down

up

View procedure number levels
nearer innermost frame of stack

down number

up 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

Meaning

WDB Equivalent

XDB 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

Meaning

WDB Equivalent

XDB Command

Continue from breakpoint,
ignoring any pending signal

c

, continue

c

Continue from breakpoint,
ignoring any pending signal, set
temporary breakpoint at
location

until location

c location

Continue, allowing any pending
signal

c

, continue

C

Continue, allowing any pending
signal, set temporary breakpoint
at location

until location

C [location]

Go to line in current procedure

g 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