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: Slow handling of C++ symbol names


mec.gnu@mindspring.com (Michael Elizabeth Chastain) writes:

> As far as DMGL_VERBOSE and other DMGL_* options go, I am actually just
> running two versions of c++filt with no special options and then
> comparing the results.  So I am not covering the layer of software where
> gdb uses different DMGL_* options.

Oh, OK.  c++filt always passes DMGL_VERBOSE.  That causes the old
demangler to print much longer names.  The new demangler ignores
DMGL_VERBOSE.  At least for now.

Ian


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