Debugging with GDB (September 2007)
236 Debugging with GDB
M[{t | c} [expr[; expr...]]] No equivalent
mm info sharedlibrary
mm string No equivalent
N fo or rev
n fo or rev
p expr[\format] 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 &expr
p class:: No equivalent
p $lang show language
p {+ | -}[\format Use x/format command to obtain initial value, then use x
with no argument to obtain value of next memory location.
To obtain value of previous memory location, use "x $_ - 1".
pq expr set expr, set var expr
pq expr?format No equivalent
pq class:: No equivalent
pq [+ | -][\format No equivalent
16.8.7 Q through S