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++/14160] function field's "physname" is wrong


http://sourceware.org/bugzilla/show_bug.cgi?id=14160

Keith Seitz <keiths at redhat dot com> changed:

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

--- Comment #2 from Keith Seitz <keiths at redhat dot com> 2012-05-24 15:38:14 UTC ---
That's only half the story, unfortunately. Yes, half of gdb assumes that this
field (and gsymbols) hold the mangled name. The other half assumes otherwise.
With the dwarf2_physname change, we ended up swapping one for the other.

Clearly it is time to reintroduce the actual linkage name (that would also fix
print demangled bug) and sort out these two halves.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]