From: Ian Lance Taylor <ian@wasabisystems.com>
To: David Carlton <carlton@kealia.com>
Cc: gdb <gdb@sources.redhat.com>
Subject: Re: new demangler
Date: Mon, 15 Dec 2003 23:33:00 -0000 [thread overview]
Message-ID: <m3he01fygc.fsf@gossamer.airs.com> (raw)
In-Reply-To: <yf28yldvevq.fsf@hawaii.kealia.com>
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.
Note that the old V3 demangler ignored DMGL_PARAMS--it effectively
assumed that DMGL_PARAMS was always passed, so your code used to
always get the parameter types. Now you have a choice. It is
slightly more efficient to demangle strings without passing
DMGL_PARAMS, but of course then you don't get any information on
parameter types.
I don't know which you actually want. If you want the parameter
types, you need to pass DMGL_PARAMS.
Ian
next prev parent reply other threads:[~2003-12-15 23:33 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-15 22:53 David Carlton
2003-12-15 22:54 ` Daniel Jacobowitz
2003-12-15 23:01 ` David Carlton
2003-12-15 23:10 ` Ian Lance Taylor
2003-12-15 23:17 ` David Carlton
2003-12-15 23:20 ` Ian Lance Taylor
2003-12-15 23:23 ` Ian Lance Taylor
2003-12-15 23:29 ` David Carlton
2003-12-15 23:33 ` Ian Lance Taylor [this message]
2003-12-15 23:38 ` David Carlton
2003-12-16 5:30 ` Daniel Jacobowitz
2003-12-18 2:22 ` Jim Blandy
2003-12-18 2:58 ` Ian Lance Taylor
2003-12-18 5:21 ` Daniel Jacobowitz
2003-12-18 16:01 ` Ian Lance Taylor
2003-12-15 23:16 Michael Elizabeth Chastain
2003-12-15 23:55 Michael Elizabeth Chastain
2003-12-18 4:04 Michael Elizabeth Chastain
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3he01fygc.fsf@gossamer.airs.com \
--to=ian@wasabisystems.com \
--cc=carlton@kealia.com \
--cc=gdb@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox