diff options
| author | Pavel Labath <pavel@labath.sk> | 2019-11-26 11:00:23 +0100 |
|---|---|---|
| committer | Pavel Labath <pavel@labath.sk> | 2019-11-26 13:58:26 +0100 |
| commit | 4023bd05fcb4f75c6a11d661f407f8e0896176e2 (patch) | |
| tree | a13776ba291df193e408319b87620c14296b7025 /lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp | |
| parent | 30fc94be237f26d3127d8bbc872d9e3b82f03590 (diff) | |
| download | bcm5719-llvm-4023bd05fcb4f75c6a11d661f407f8e0896176e2.tar.gz bcm5719-llvm-4023bd05fcb4f75c6a11d661f407f8e0896176e2.zip | |
[lldb] Add boilerplate to recognize the .debug_rnglists.dwo section
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp')
| -rw-r--r-- | lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp b/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp index eb307ce1cce..db8d7b3747e 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp @@ -81,7 +81,8 @@ const DWARFDataExtractor &DWARFContext::getOrLoadRangesData() { } const DWARFDataExtractor &DWARFContext::getOrLoadRngListsData() { - return LoadOrGetSection(eSectionTypeDWARFDebugRngLists, llvm::None, + return LoadOrGetSection(eSectionTypeDWARFDebugRngLists, + eSectionTypeDWARFDebugRngListsDwo, m_data_debug_rnglists); } |

