This is the mail archive of the gdb-patches@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: [RFA] Compile objc-lang.c, objc-exp.tab.c [1/5]


On Mon, 31 Mar 2003 19:31:12 -0500, Andrew Cagney <ac131313 at redhat dot com> said:

> The problem with trying to eliminate the parameter is that it also
> means eliminating it from things like fprintf_symbol_filtered().
> While likely a good idea, it is getting beyond the scope of this
> immediate patch.

Yeah, that's a good point: I'd been assuming that having the C++
language vector's member use DMGL_ANSI | DMGL_PARAMS would be good
enough (since we could still allow explicit calls to cplus_demangle
where we need full control over the demangling style), but looking
through the various calls to cplus_demangle and
fprintf_symbol_filtered, I guess that wouldn't be wise just yet.  So
probably, for now, we shouldn't get rid of that argument in the
language vector member.

David Carlton
carlton at math dot stanford dot edu


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