beautypg.com

10 symbols, Symbols, Table 16-29 u through z (continued) – HP gnu source-level debugger 5992-4701 User Manual

Page 277: Table 16-30 symbols

background image

Table 16-29 U through Z (continued)

Equivalent WDB Command

XDB Command

gdb -xdb program -c corefile

xdb program corefile

gdb -xdb -d dir

xdb -d dir

gdb -xdb program pid

xdb -P pid program

(after starting) run < file

xdb -i

(after starting) run > file

xdb -o

z number s (with -xdb), handle number stop, handle
number nostop

z number s

z number i (with -xdb), handle number nopass,
handle number pass

z number i

z number r (with -xdb), handle number print,
handle number noprint

z number r

z number Q (with -xdb), handle number noprint

z number Q

16.8.10 Symbols

Table 16-30 Symbols

Equivalent WDB Command

XDB Command

line

line

file[:line]

file[:line]

proc

proc

No equivalent

[file:]proc[:proc[...]][:line]

No equivalent

[file:]proc[:proc[...]][:#label]

[class]::proc

[class]::proc

No equivalent

[class]::proc[:line]

No equivalent

[class]::proc[#label]

No equivalent

proc#line

No equivalent

name@shared-library

var

var

class::var (bug: not yet)

class::var

proc::var (static variables only)

[[class]::]proc:[class::]var

No equivalent

[[class]::]proc:depth:[class::]var

16.8 Alphabetical lists of XDB commands and HP WDB equivalents

277