diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 12 |
2 files changed, 17 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b637448..0e822d9 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * gdb.texinfo (Print settings): Document + `set/show print static-members' commands. + Wed Jan 10 14:16:37 1996 Fred Fish <fnf@fishpond.amigalib.com> * gdbint.texinfo (Native): Document name change, coredep.c to diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index de31471..cf11c69 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -4811,6 +4811,18 @@ virtual function table. This is the default setting. @item show print object Show whether actual, or declared, object types are displayed. +@kindex set print static-members +@item set print static-members +@itemx set print static-members on +Print static members when displaying a C++ object. The default is on. + +@item set print static-members off +Do not print static members when displaying a C++ object. + +@kindex show print static-members +@item show print static-members +Show whether C++ static members are printed, or not. + @kindex set print vtbl @item set print vtbl @itemx set print vtbl on |