new demangler
David Carlton
carlton@kealia.com
Mon Dec 15 23:38:00 GMT 2003
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
More information about the Gdb
mailing list