[all-commits] [llvm/llvm-project] 0092db: [lldb] Fix lookup of .debug_loclists with split-dwarf

Kim-Anh via All-commits all-commits at lists.llvm.org
Wed Aug 4 03:07:02 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0092dbcd80f208f7becec002e70bad5b35a081cd
      https://github.com/llvm/llvm-project/commit/0092dbcd80f208f7becec002e70bad5b35a081cd
  Author: Kim-Anh Tran <kimanh at chromium.org>
  Date:   2021-08-04 (Wed, 04 Aug 2021)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
    A lldb/test/Shell/SymbolFile/DWARF/x86/debug_loclists-dwp.s

  Log Message:
  -----------
  [lldb] Fix lookup of .debug_loclists with split-dwarf

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.

Reviewed By: jankratochvil

Differential Revision: https://reviews.llvm.org/D107161




More information about the All-commits mailing list