mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 22:40:24 +00:00
* stabs.texinfo (Nested Symbols): New node.
(String Field, Symbol Descriptors, Cross-References): Refer to it.
This commit is contained in:
parent
68702ea3dd
commit
f50cb1a34d
@ -1,7 +1,7 @@
|
|||||||
Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
* stabs.texinfo (Nested Symbols): New node.
|
* stabs.texinfo (Nested Symbols): New node.
|
||||||
(String Field, Symbol Descriptors): Refer to it.
|
(String Field, Symbol Descriptors, Cross-References): Refer to it.
|
||||||
|
|
||||||
Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
@ -1638,6 +1638,9 @@ yet been defined.
|
|||||||
Another way is with the @samp{x} type descriptor, which is followed by
|
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
|
@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{:}.
|
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:
|
For example, the following C declarations:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
|
Loading…
Reference in New Issue
Block a user