Displaying 2 results from an estimated 2 matches for "dw_at_".
Did you mean:
dw_at
2015 Mar 05
2
[LLVMdev] DW_AT_[MIPS_]linkage_name inconsistency
We're inconsistent about using DW_AT_MIPS_linkage_name versus
DW_AT_linkage_name.
Variables (see DwarfCompileUnit::getOrCreateGlobalVariableDIE())
get the standard attribute for DWARF >= 4, MIPS for older.
Subprograms (see DwarfUnit::applySubprogramDefinitionAttributes())
always get DW_AT_MIPS_linkage_name (no version check).
Bef...
2014 Sep 03
4
[LLVMdev] llvm-dwarfdump improvements
...llvm-dwarfdump more developer friendly. There are quite a few features in Darwin’s dwarfdump that we find quite useful and that we would like to contribute to llvm-dwarfdump.
I have started by augmenting the -debug-dump=info output:
- Symbolic names for attribute values
- Line table lookups for DW_AT_decl_file
- Annotate DW_AT_specification with the target DIE’s name
- DWARF expression pretty-printing
With these enhancements, the debug_info dump is nearly always sufficient and the user rarely needs to go and decode himself the referenced content of other debug sections.
There will be more wo...