* gdb.texinfo (Symbols): Add class NAME to doc for ptype.

This commit is contained in:
Jim Kingdon 1993-10-19 16:26:06 +00:00
parent 2e142fdedd
commit 25f9d853cd
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* gdb.texinfo (Symbols): Add class NAME to doc for ptype.
Mon Oct 18 09:59:47 1993 Fred Fish (fnf@cirdan.cygnus.com)
* snapshots.readme: Reword paragraph about not publicising

View File

@ -5988,6 +5988,9 @@ Print the data type of @code{$}, the last value in the value history.
@kindex ptype
Print a description of data type @var{typename}. @var{typename} may be
the name of a type, or for C code it may have the form
@ifclear CONLY
@samp{class @var{class-name}},
@end ifclear
@samp{struct @var{struct-tag}}, @samp{union @var{union-tag}} or
@samp{enum @var{enum-tag}}.