[lldb] Support .debug_rnglists.dwo sections in dwp file
authorKim-Anh Tran <kimanh@chromium.org>
Fri, 3 Sep 2021 12:57:45 +0000 (14:57 +0200)
committerKim-Anh Tran <kimanh@chromium.org>
Fri, 3 Sep 2021 13:19:50 +0000 (15:19 +0200)
commitec671f3ea00bcbd7cca7f0d9209c9d775dd47c39
tree3a80fde0c3bf52fee71265c8c55e3266215c92c1
parent98d0f8f2ff98ee02d79930a5aaa56c1cf5b14653
[lldb] Support .debug_rnglists.dwo sections in dwp file

This patch considers the CU index entry
when reading the .debug_rnglists.dwo section.

Reviewed By: jankratochvil

Differential Revision: https://reviews.llvm.org/D107456
lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
lldb/test/Shell/SymbolFile/DWARF/x86/debug_rnglists-dwp.s [new file with mode: 0644]