Debugging with GDB (February 2008)

Table Of Contents
Chapter 16: XDB to WDB Transition Guide 243
u u (with -xdb -tui), update (with -tui)
U U (with -xdb -tui), refresh (with -tui)
undef name def name [follow with empty command list]
undef * No equivalent
up down
up number down number
v v (with -xdb), list
v location v location (with -xdb), list location
V [depth] V [depth] (with -xdb), frame [depth]
va address va address (with -xdb), disas address
va label va label (with -xdb), disas label
va label + offset va label + offset (with -xdb), disas label + offset
w number w number (with -xdb -tui), winheight src number (with -
tui)
x [expr] No equivalent
xdb program gdb -xdb program, gdb -xdb -tui program
xdb program corefile gdb -xdb program -c corefile