summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-06-12 11:42:42 +0000
committerPavel Labath <pavel@labath.sk>2019-06-12 11:42:42 +0000
commitad805ef95a75ceeef4efd300075025d7be0d918f (patch)
tree20dd5f455785a1db17588c791bcdd06990df0d13 /lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
parent31908669c6d0937b9577e00051c6403213e8899c (diff)
downloadbcm5719-llvm-ad805ef95a75ceeef4efd300075025d7be0d918f.tar.gz
bcm5719-llvm-ad805ef95a75ceeef4efd300075025d7be0d918f.zip
Recognise debug_types.dwo as a debug info section
This is a preparatory patch to allow reading type units from dwo files. llvm-svn: 363146
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp')
-rw-r--r--lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp b/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
index bc802040bf7..47d5664700d 100644
--- a/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
+++ b/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
@@ -1705,6 +1705,7 @@ static SectionType GetSectionTypeFromName(llvm::StringRef Name) {
.Case(".debug_str_offsets", eSectionTypeDWARFDebugStrOffsets)
.Case(".debug_str_offsets.dwo", eSectionTypeDWARFDebugStrOffsetsDwo)
.Case(".debug_types", eSectionTypeDWARFDebugTypes)
+ .Case(".debug_types.dwo", eSectionTypeDWARFDebugTypesDwo)
.Case(".eh_frame", eSectionTypeEHFrame)
.Case(".gnu_debugaltlink", eSectionTypeDWARFGNUDebugAltLink)
.Case(".gosymtab", eSectionTypeGoSymtab)
OpenPOWER on IntegriCloud