* gdb.texinfo (Print settings): Document

`set/show print static-members' commands.
This commit is contained in:
Peter Schauer 1996-02-10 11:30:35 +00:00
parent 950251de8f
commit be255497be
2 changed files with 17 additions and 0 deletions

View File

@ -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

View File

@ -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