Debugging with GDB (September 2007)
234 Debugging with GDB
g #label No equivalent
g {+ | -}lines g {+ | -}lines (with -xdb), go {+ | -}lines tb {+ | -}lines
followed by jump {+ | -}lines
g {+ | -} g {+ | -} (with -xdb), go {+ | -}1, tb {+ | -}1 followed by
jump {+ | -}1
gr gr (with -xdb -tui), display $regs (with -tui)
h h
if expr {cmds} [{cmds}] if expr cmds [else cmds] end
I info (many kinds), show (many kinds)
k k
16.8.5 L
XDB Command Equivalent WDB Command
l l (with -xdb), info args followed by info locals
L L (with -xdb)
la No equivalent
lb lb (with -xdb), i b
lc [string] lc [string] (with -xdb), info common string