[LLDB] - Add support for DW_RLE_base_address and DW_RLE_offset_pair entries (.debug_r...
authorGeorge Rimar <grimar@accesssoftek.com>
Wed, 24 Oct 2018 09:56:20 +0000 (09:56 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Wed, 24 Oct 2018 09:56:20 +0000 (09:56 +0000)
commite6f7b0b5580435cd8bb545b1f34516337f944e10
tree3da0f5caf9f3078316d0c82a9a09b435e48f6414
parentad430c6ac43432bb56ba052644f33fa5fca4fe22
[LLDB] - Add support for DW_RLE_base_address and DW_RLE_offset_pair entries (.debug_rnglists)

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

llvm-svn: 345127
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