mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
* gdb.texinfo (Symbols): Add class NAME to doc for ptype.
This commit is contained in:
@ -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)
|
Mon Oct 18 09:59:47 1993 Fred Fish (fnf@cirdan.cygnus.com)
|
||||||
|
|
||||||
* snapshots.readme: Reword paragraph about not publicising
|
* snapshots.readme: Reword paragraph about not publicising
|
||||||
|
@ -5988,6 +5988,9 @@ Print the data type of @code{$}, the last value in the value history.
|
|||||||
@kindex ptype
|
@kindex ptype
|
||||||
Print a description of data type @var{typename}. @var{typename} may be
|
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
|
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{struct @var{struct-tag}}, @samp{union @var{union-tag}} or
|
||||||
@samp{enum @var{enum-tag}}.
|
@samp{enum @var{enum-tag}}.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user