Bug 16066 - python linkage_name attribute has demangled name
Summary: python linkage_name attribute has demangled name
Status: RESOLVED DUPLICATE of bug 12707
Alias: None
Product: gdb
Classification: Unclassified
Component: python (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-19 18:30 UTC by dje
Modified: 2013-10-19 18:38 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dje 2013-10-19 18:30:47 UTC
I noticed this in py-symbol.exp:

gdb_test "python print (cplusfunc.linkage_name)" "SimpleClass::valueofi().*" "Test method.linkage_name"

It should print the mangled name.

I can imagine the current result is due to the current "physname" support that's a work in progress.
Comment 1 Jan Kratochvil 2013-10-19 18:38:12 UTC
It seems to be still the same problem, GDB just no longer stores the mangled name for full+partial symbols.

*** This bug has been marked as a duplicate of bug 12707 ***