Debugging with GDB Manual (5900-1473; WDB 6.2; January 2011)

Table Of Contents
lucid Decode based on the Lucid C++
compiler (lcc) encoding algorithm.
arm Decode using the algorithm in the C++
Annotated Reference Manual.
WARNING! This setting alone is not
sufficient to allow debugging cfront
generated executables. GDB would
require further enhancement to permit
that.
If you omit style, you will see a list of
possible formats.
show demangle-style Display the encoding style currently in use for
decoding C++ symbols.
set print object, set print
object on
When displaying a pointer to an object, identify
the actual (derived) type of the object rather than
the declared type, using the virtual function
table.
set print object off Display only the declared type of objects, without
reference to the virtual function table. This is the
default setting.
show print object Show whether actual or declared object types are
displayed.
set print static-members,
set print static-members
on
Print static members when displaying a C++
object. The default is on.
set print static-members
off
Do not print static members when displaying a
C++ object.
show print static-members Show whether C++ static members are printed,
or not.
set print vtbl, set print
vtbl on
Pretty print C++ virtual function tables. The default
is off. (The vtbl commands do not work on
programs compiled with the HP ANSI C++
compiler (aCC).)
set print vtbl off Do not pretty print C++ virtual function tables.
show print vtbl Show whether C++ virtual function tables are
pretty printed, or not.
88 Examining Data