From 25f9d853cd4fad8e9e4dd0b1ff429c4b74703d44 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Tue, 19 Oct 1993 16:26:06 +0000 Subject: [PATCH] * gdb.texinfo (Symbols): Add class NAME to doc for ptype. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdb.texinfo | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8ffe824e59a..cc01ddf153c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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 diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index e91bac90e45..bc730ae6a8a 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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}}. -- 2.30.2