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]

Re: new C++ ABI mangling


Phil Edwards <pedwards@disaster.jaj.com> writes:

> This might be off-topic here; I don't venture into the world of debuggers
> very often.  :-)
> 
> Current development g++ uses a new mangling scheme.  While trying to debug
> a program compiled with current g++ under gdb/insight 5.0, I immediately
> ran into problems because, of course, 5.0 is expecting a much different
> mangling scheme.
> 
> Two newbie questions come out of this:
> 
>     1)  Is there a patch to add the new/V3 demangling style to gdb?  Even
>         if it isn't the default?  Right now `set demangle-style' won't
>         help us.

Yes, use the current CVS GDB, it'll auto-demangle the new abi names.



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