This adds the support for DW_FORM_addrx, DW_FORM_addrx1,
DW_FORM_addrx2, DW_FORM_addrx3, DW_FORM_addrx4 forms.
Details
Details
- Reviewers
clayborg - Group Reviewers
Restricted Project - Commits
- rGc3e5dec0b057: [LLDB] - Add support for DW_FORM_addrx[1-4]? forms.
rLLDB345706: [LLDB] - Add support for DW_FORM_addrx[1-4]? forms.
rL345706: [LLDB] - Add support for DW_FORM_addrx[1-4]? forms.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Planning changes. Going to remove the DW_FORM_rnglistx support from this patch, found it is incomplete and has other issues.
Comment Actions
I have a patch for DW_FORM_rnglistx. Will be happy to land this one first though, as they share a code in DWARFUnit.h/cpp a bit.