This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: new demangler


On 15 Dec 2003 18:33:39 -0500, Ian Lance Taylor <ian@wasabisystems.com> said:
> David Carlton <carlton@kealia.com> writes:
>> On 15 Dec 2003 18:23:22 -0500, Ian Lance Taylor <ian@wasabisystems.com> said:

>>> Here's the patch.

>> Thanks!  Now, when I demangle that name with just DMGL_ANSI, I get
>> "C::CClass::operator=".  Am I going crazy, or was there once '()'
>> stuck on the end of that?

> Hmmm, I doubt there was ever '()' at the end.  I would expect to see
> `(C::CClass const&)' at the end.

Okay; I'll just stick in the DMGL_PARAMS for now, then - my tests
start passing again with that change.  (Or I could rewrite the code
that parses the output to not look for parentheses, I suppose.)

David Carlton
carlton@kealia.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]