From 4023bd05fcb4f75c6a11d661f407f8e0896176e2 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 26 Nov 2019 11:00:23 +0100 Subject: [lldb] Add boilerplate to recognize the .debug_rnglists.dwo section --- lldb/source/Symbol/ObjectFile.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/source/Symbol/ObjectFile.cpp') diff --git a/lldb/source/Symbol/ObjectFile.cpp b/lldb/source/Symbol/ObjectFile.cpp index 38bc7722d0d..4f6d74bbc75 100644 --- a/lldb/source/Symbol/ObjectFile.cpp +++ b/lldb/source/Symbol/ObjectFile.cpp @@ -360,6 +360,7 @@ AddressClass ObjectFile::GetAddressClass(addr_t file_addr) { case eSectionTypeDWARFDebugPubTypes: case eSectionTypeDWARFDebugRanges: case eSectionTypeDWARFDebugRngLists: + case eSectionTypeDWARFDebugRngListsDwo: case eSectionTypeDWARFDebugStr: case eSectionTypeDWARFDebugStrDwo: case eSectionTypeDWARFDebugStrOffsets: -- cgit v1.2.3