This is the mail archive of the gdb-patches@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] |
On Tue, 17 May 2011 20:15:18 +0200, Keith Seitz wrote:Is reverting dwarf2_physname better or worse than DW_AT_MIPS_linkage_name?
In which single case can be dwarf2_physname better than DW_AT_MIPS_linkage_name? That's the question. dwarf2_physname is AFAIK to give the linkage name and DW_AT_MIPS_linkage_name always matches that.
Using DW_AT_MIPS_linkage_name will not pass cpexprs.exp without some hacking; the demangled name will need to be re-parsed (to remove typedefs
DW_AT_MIPS_linkage_name already has all the typedefs removed - it is the linkage name.
Sorry, my memory of this has bitrotted quite a bit. Keith
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |