mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-20 09:31:29 +00:00
* stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
This commit is contained in:
parent
d97523aa34
commit
3a642a828f
@ -1,3 +1,7 @@
|
|||||||
|
Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
|
||||||
|
|
||||||
Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
|
Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
|
||||||
|
|
||||||
* gdbint.texinfo: Removed many nonsensical machine-collected
|
* gdbint.texinfo: Removed many nonsensical machine-collected
|
||||||
|
@ -2324,13 +2324,20 @@ baseA::Ameth(int in, char other)
|
|||||||
|
|
||||||
|
|
||||||
This method definition yields three stabs following the code of the
|
This method definition yields three stabs following the code of the
|
||||||
method. One stab describes the method itself and following two
|
method. One stab describes the method itself and following two describe
|
||||||
describe its parameters. Although there is only one formal argument
|
its parameters. Although there is only one formal argument all methods
|
||||||
all methods have an implicit argument which is the `this' pointer.
|
have an implicit argument which is the `this' pointer. The `this'
|
||||||
The `this' pointer is a pointer to the object on which the method was
|
pointer is a pointer to the object on which the method was called. Note
|
||||||
called. Note that the method name is mangled to encode the class name
|
that the method name is mangled to encode the class name and argument
|
||||||
and argument types. << Name mangling is not described by this
|
types. Name mangling is described in the @sc{arm} (@cite{The Annotated
|
||||||
document - Is there already such a doc? >>
|
C++ Reference Manual}, by Ellis and Stroustrup, @sc{isbn}
|
||||||
|
0-201-51459-1); @file{gpcompare.texi} in Cygnus GCC distributions
|
||||||
|
describes the differences between @sc{gnu} mangling and @sc{arm}
|
||||||
|
mangling.
|
||||||
|
@c FIXME: Use @xref, especially if this is generally installed in the
|
||||||
|
@c info tree.
|
||||||
|
@c FIXME: This information should be in a net release, either of GCC or
|
||||||
|
@c GDB. But gpcompare.texi doesn't seem to be in the FSF GCC.
|
||||||
|
|
||||||
@example
|
@example
|
||||||
.stabs "name:symbol_desriptor(global function)return_type(int)",
|
.stabs "name:symbol_desriptor(global function)return_type(int)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user