Here is a blind attempt to make the legacy GNU attributes work in dsymutil — however it doesn't actually work yet. Since it's not perfectly clear to me how the GNU attributes map to the standardized version, help is appreciated!
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks like all the DW_AT_low_pc handling is done earlier, on line 1045: if (AttrSpec.Attr == dwarf::DW_AT_low_pc) { ....
Comment Actions
Vedant convinced me that it is better to not attempt to support this. It's transitional anyway, and the LLDB tests have been skipped now.