Recommit r345127 "[LLDB] - Add support for DW_RLE_base_address and DW_RLE_offset_pair...
authorGeorge Rimar <grimar@accesssoftek.com>
Thu, 25 Oct 2018 10:25:45 +0000 (10:25 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Thu, 25 Oct 2018 10:25:45 +0000 (10:25 +0000)
commit7e7f9c1008b50f44982121d388ae2e1db277ff79
treeb1270eaf24a31967fd9471ed90c6fba0d7445798
parent9a24e1a7cd0e7d24f0eaad8096617fdbfbc67fda
Recommit r345127 "[LLDB] - Add support for DW_RLE_base_address and DW_RLE_offset_pair entries (.debug_rnglists)"

With the fix: do not forget to hanlde the DW_RLE_start_end, which seems was
omited/forgotten/removed by mistake.

Original commit message:

The patch implements the support for DW_RLE_base_address and DW_RLE_offset_pair
.debug_rnglists entries

Differential revision: https://reviews.llvm.org/D53140
----
Added : /lldb/trunk/lit/Breakpoint/Inputs/debug_rnglist_offset_pair.yaml
Added : /lldb/trunk/lit/Breakpoint/debug_rnglist_offset_pair.test
Modified : /lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
Modified : /lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
Modified : /lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h
Modified : /lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
Modified : /lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h

llvm-svn: 345251
lldb/lit/Breakpoint/Inputs/debug_rnglist_offset_pair.yaml [new file with mode: 0644]
lldb/lit/Breakpoint/debug_rnglist_offset_pair.test [new file with mode: 0644]
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h