This patch add support of DWARFv5 attribute forms: DW_FORM_addrx1,
DW_FORM_addrx2, DW_FORM_addrx3, DW_FORM_addrx4.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/DWARFLinker/DWARFLinker.cpp | ||
---|---|---|
1374 | I wouldn't stress about this - no debugger has support for it, it was a prototype for getting data and the version that was standardized is slightly different (takes offset as a uleb). |
llvm/lib/DWARFLinker/DWARFLinker.cpp | ||
---|---|---|
1374 | I`ve left a comment to learn it better later. Will remove as it is not useful. |
I wouldn't stress about this - no debugger has support for it, it was a prototype for getting data and the version that was standardized is slightly different (takes offset as a uleb).