aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/stabs.texinfo
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-11-14 06:33:55 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-11-14 06:33:55 +0000
commitf50cb1a34d237ce65da41c763a879ac7873a8c0e (patch)
tree74ae0a3783ca5c213e71d41f9f13714b29bba253 /gdb/doc/stabs.texinfo
parent68702ea3dd2de5b501e6bb0b98832e727f360d14 (diff)
downloadgdb-f50cb1a34d237ce65da41c763a879ac7873a8c0e.zip
gdb-f50cb1a34d237ce65da41c763a879ac7873a8c0e.tar.gz
gdb-f50cb1a34d237ce65da41c763a879ac7873a8c0e.tar.bz2
* stabs.texinfo (Nested Symbols): New node.
(String Field, Symbol Descriptors, Cross-References): Refer to it.
Diffstat (limited to 'gdb/doc/stabs.texinfo')
-rw-r--r--gdb/doc/stabs.texinfo3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo
index fb86f08..4c8b75e 100644
--- a/gdb/doc/stabs.texinfo
+++ b/gdb/doc/stabs.texinfo
@@ -1638,6 +1638,9 @@ yet been defined.
Another way is with the @samp{x} type descriptor, which is followed by
@samp{s} for a structure tag, @samp{u} for a union tag, or @samp{e} for
a enumerator tag, followed by the name of the tag, followed by @samp{:}.
+The name can contain @samp{::}---only a single @samp{:} ends the name;
+see @ref{Nested Symbols}.
+
For example, the following C declarations:
@example