aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-19 16:26:06 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-19 16:26:06 +0000
commit25f9d853cd4fad8e9e4dd0b1ff429c4b74703d44 (patch)
tree608f925f086ac86bf0afbabfc183d901cd1d0837 /gdb
parent2e142fdedd6d534218b8c67436c8e6bcfd531c50 (diff)
downloadgdb-25f9d853cd4fad8e9e4dd0b1ff429c4b74703d44.zip
gdb-25f9d853cd4fad8e9e4dd0b1ff429c4b74703d44.tar.gz
gdb-25f9d853cd4fad8e9e4dd0b1ff429c4b74703d44.tar.bz2
* gdb.texinfo (Symbols): Add class NAME to doc for ptype.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo3
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 8ffe824..cc01ddf 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 e91bac9..bc730ae 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}}.