Debugging with GDB (September 2007)
240 Debugging with GDB
xdb -d dir gdb -xdb -d dir
xdb -P pid program gdb -xdb program pid
xdb -i (after starting) run < file
xdb -o (after starting) run > file
z numb e r s z number s (with -xdb), handle number stop, handle
numb e r nostop
z numb e r i z number i (with -xdb), handle number nopass, handle
numb e r pass
z numb e r r z number r (with -xdb), handle number print, handle
numb e r noprint
z numb e r Q z number Q (with -xdb), handle number noprint
16.8.10 Symbols
XDB Symbol Equivalent HP WDB Symbol
line line
file[:line] file[:line]
proc proc
[file:]proc[:proc[...]][:line] No equivalent
[file:]proc[:proc[...]][:#label] No equivalent