Debugging with GDB Manual The GNU Source-Level Debugger (769148-001, March 2014)
U through Z
Table 31 U through Z
Equivalent HP WDB CommandXDB Command
u (with -xdb -tui), update (with -tui)u
U (with -xdb -tui), refresh (with -tui)U
def name [follow with empty command list]undef name
No equivalentundef *
downup
down numberup number
v (with -xdb), listv
v location (with -xdb), list locationv location
V [depth] (with -xdb), frame [depth]V [depth]
va address (with -xdb), disas addressva address
va label (with -xdb), disas labelva label
va label + offset (with -xdb), disas label + offsetva label + offset
w number (with -xdb -tui), winheight src number (with - tui)w number
No equivalentx [expr]
gdb -xdb program, gdb -xdb -tui programxdb program
gdb -xdb program -c corefilexdb program corefile
gdb -xdb -d dirxdb -d dir
gdb -xdb program pidxdb -P pid program
(after starting) run < filexdb -i
(after starting) run > filexdb -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 noprintz number Q
Symbols
Table 32 Symbols
Equivalent HP WDB CommandXDB Command
lineline
file[:line]file[:line]
procproc
No equivalent[file:]proc[:proc[...]][:line]
No equivalent[file:]proc[:proc[...]][:#label]
Alphabetical lists of XDB commands and HP WDB equivalents 213