This is the mail archive of the gdb-prs@sourceware.org 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]

[Bug c++/12021] gdb fails to demangle @plt symbols.


https://sourceware.org/bugzilla/show_bug.cgi?id=12021

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at redhat dot com

--- Comment #2 from Tom Tromey <tromey at redhat dot com> ---
I didn't try a case with the demangler.
A simple test program would help.

However, "maint demangle" definitely handles it:

(gdb) set lang c++
(gdb) maint demangle _ZN11backtracexx4scanEPv@plt
backtracexx::scan(void*)@plt

This started working once gdb was changed to use bfd_demangle.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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