Debugging with GDB Manual The GNU Source-Level Debugger (769148-001, March 2014)

Table 27 L (continued)
Equivalent HP WDB CommandXDB Command
info functions [string], info variables [string], maint print
msymbols file
ll [string]
show user [string]lm [string]
info func [[class]::][string]lo [[class]::][string]
info functionslp
info func [[class]::]string info addr [[class]::]stringlp [[class]::]string
No equivalentlpm
lr (with -xdb), info all-reglr
lr string (with -xdb), info reg stringlr string
No equivalentls [string]
lz (with -xdb), info signalslz
M through P
Table 28 M through P
Equivalent HP WDB CommandXDB Command
No equivalentM[{t | c} [expr[; expr...]]]
info sharedlibrarymm
No equivalentmm string
fo or revN
fo or revn
p[/format] expr [Note: The count and size portions of
formats are not allowed in the p (print) command. They
are allowed in the x command (examine memory).]
p expr[\format]
p/format &exprp expr?format
No equivalentp class::
show languagep $lang
Use x/format command to obtain initial value, then use x
with no argument to obtain value of next memory location.
p {+ | -}[\format
To obtain value of previous memory location, use "x $_ -
1".
set expr, set var exprpq expr
No equivalentpq expr?format
No equivalentpq class::
No equivalentpq [+ | -][\format
Alphabetical lists of XDB commands and HP WDB equivalents 211