[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
Fri Jul 30 07:15:32 PDT 2021


kimanh created this revision.
kimanh edited the summary of this revision.
kimanh added reviewers: labath, jankratochvil.
kimanh published this revision for review.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

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.


Repository:
  rG LLVM Github Monorepo

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.363077.patch
Type: text/x-patch
Size: 13139 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210730/20ce3c3f/attachment.bin>


More information about the lldb-commits mailing list