[Lldb-commits] [PATCH] D107161: [lldb] Fix lookup of .debug_loclists with split-dwarf
Kim-Anh Tran via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 2 02:09:07 PDT 2021
kimanh updated this revision to Diff 363407.
kimanh marked 7 inline comments as done.
kimanh added a comment.
Address reviews:
- remove unused tmp label
- remove invalid offsets
- add ReportError when no loclist contribution was found
- adapt ReportError logging to include offset and loclist base
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107161/new/
https://reviews.llvm.org/D107161
Files:
lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
lldb/test/Shell/SymbolFile/DWARF/x86/debug_loclists-dwp.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107161.363407.patch
Type: text/x-patch
Size: 13751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210802/900868ef/attachment.bin>
More information about the lldb-commits
mailing list