summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-11-26 11:00:23 +0100
committerPavel Labath <pavel@labath.sk>2019-11-26 13:58:26 +0100
commit4023bd05fcb4f75c6a11d661f407f8e0896176e2 (patch)
treea13776ba291df193e408319b87620c14296b7025 /lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
parent30fc94be237f26d3127d8bbc872d9e3b82f03590 (diff)
downloadbcm5719-llvm-4023bd05fcb4f75c6a11d661f407f8e0896176e2.tar.gz
bcm5719-llvm-4023bd05fcb4f75c6a11d661f407f8e0896176e2.zip
[lldb] Add boilerplate to recognize the .debug_rnglists.dwo section
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp')
-rw-r--r--lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp b/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
index aff1d1e87bb..57c43de0c94 100644
--- a/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
+++ b/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
@@ -1140,6 +1140,7 @@ AddressClass ObjectFileMachO::GetAddressClass(lldb::addr_t file_addr) {
case eSectionTypeDWARFDebugPubTypes:
case eSectionTypeDWARFDebugRanges:
case eSectionTypeDWARFDebugRngLists:
+ case eSectionTypeDWARFDebugRngListsDwo:
case eSectionTypeDWARFDebugStr:
case eSectionTypeDWARFDebugStrDwo:
case eSectionTypeDWARFDebugStrOffsets:
OpenPOWER on IntegriCloud