This patch fixes the lookup of locations in
.debug_loclists, if they are split in a .dwp file.
Mainly, we need to consider the cu index offsets.
Paths
| Differential D107161
[lldb] Fix lookup of .debug_loclists with split-dwarf ClosedPublic Authored by kimanh on Jul 30 2021, 7:11 AM.
Details Summary This patch fixes the lookup of locations in Mainly, we need to consider the cu index offsets.
Diff Detail
Event TimelineComment Actions LGTM with some those adjustments.
This revision is now accepted and ready to land.Aug 1 2021, 11:34 AM kimanh marked 7 inline comments as done. Comment ActionsAddress reviews:
This revision was landed with ongoing or failed builds.Aug 4 2021, 3:07 AM Closed by commit rG0092dbcd80f2: [lldb] Fix lookup of .debug_loclists with split-dwarf (authored by kimanh). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 364021 lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
lldb/test/Shell/SymbolFile/DWARF/x86/debug_loclists-dwp.s
|
There could be some ReportError.