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 python/16066] New: python linkage_name attribute has demangled name


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

            Bug ID: 16066
           Summary: python linkage_name attribute has demangled name
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: dje at google dot com

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.

-- 
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]