summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/ObjectFile.cpp
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2018-10-10 08:11:15 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2018-10-10 08:11:15 +0000
commit6e357123ed12e52fb93310594e495607335fbe84 (patch)
treecd0a7d0dea217df8616c833898a74254bc753603 /lldb/source/Symbol/ObjectFile.cpp
parent26fac469d2c27f65c17ff3d0d89b6e7eef18f212 (diff)
downloadbcm5719-llvm-6e357123ed12e52fb93310594e495607335fbe84.tar.gz
bcm5719-llvm-6e357123ed12e52fb93310594e495607335fbe84.zip
[LLDB] - Add basic support for .debug_rnglists section (DWARF5)
This adds a basic support of the .debug_rnglists section. Only the DW_RLE_start_length and DW_RLE_end_of_list entries are supported. Differential revision: https://reviews.llvm.org/D52981 llvm-svn: 344119
Diffstat (limited to 'lldb/source/Symbol/ObjectFile.cpp')
-rw-r--r--lldb/source/Symbol/ObjectFile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Symbol/ObjectFile.cpp b/lldb/source/Symbol/ObjectFile.cpp
index fe80b258e7a..3711a664622 100644
--- a/lldb/source/Symbol/ObjectFile.cpp
+++ b/lldb/source/Symbol/ObjectFile.cpp
@@ -358,6 +358,7 @@ AddressClass ObjectFile::GetAddressClass(addr_t file_addr) {
case eSectionTypeDWARFDebugPubNames:
case eSectionTypeDWARFDebugPubTypes:
case eSectionTypeDWARFDebugRanges:
+ case eSectionTypeDWARFDebugRngLists:
case eSectionTypeDWARFDebugStr:
case eSectionTypeDWARFDebugStrOffsets:
case eSectionTypeDWARFDebugTypes:
OpenPOWER on IntegriCloud