mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
* gdb.texinfo (Print settings): Document
`set/show print static-members' commands.
This commit is contained in:
parent
950251de8f
commit
be255497be
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user