[all-commits] [llvm/llvm-project] e21a21: [lldb] Fix#2 of DW_AT_ranges DW_FORM_sec_offset no...
Jan Kratochvil via All-commits
all-commits at lists.llvm.org
Tue Aug 17 13:19:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e21a21a977b492cc7172779d080db146e3c39e06
https://github.com/llvm/llvm-project/commit/e21a21a977b492cc7172779d080db146e3c39e06
Author: Jan Kratochvil <jan.kratochvil at redhat.com>
Date: 2021-08-17 (Tue, 17 Aug 2021)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M lldb/test/Shell/SymbolFile/DWARF/DW_AT_range-DW_FORM_sec_offset.s
Log Message:
-----------
[lldb] Fix#2 of DW_AT_ranges DW_FORM_sec_offset not using DW_AT_rnglists_base (used by GCC)
Fix D98289 so that it works even for 2nd..nth compilation unit
(.debug_rnglists).
Reviewed By: dblaikie, ikudrin
Differential Revision: https://reviews.llvm.org/D106466
More information about the All-commits
mailing list