summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2018-09-13 17:06:47 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2018-09-13 17:06:47 +0000
commitc6c7bfc4d2bc37f55f57504c19d47deb7645dd76 (patch)
tree6b91de969146aa3ee45fefe56ad20b2c0a9ac672 /lldb/source/Core
parentf353ae184877a2d78aaa1f63646709de54fa0e76 (diff)
downloadbcm5719-llvm-c6c7bfc4d2bc37f55f57504c19d47deb7645dd76.tar.gz
bcm5719-llvm-c6c7bfc4d2bc37f55f57504c19d47deb7645dd76.zip
[LLDB] - Improved DWARF5 support.
This patch improves the support of DWARF5. Particularly the reporting of source code locations. Differential revision: https://reviews.llvm.org/D51935 llvm-svn: 342153
Diffstat (limited to 'lldb/source/Core')
-rw-r--r--lldb/source/Core/Section.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Core/Section.cpp b/lldb/source/Core/Section.cpp
index d9c5d32ee13..0a262038710 100644
--- a/lldb/source/Core/Section.cpp
+++ b/lldb/source/Core/Section.cpp
@@ -73,6 +73,8 @@ const char *Section::GetTypeAsCString() const {
return "dwarf-info";
case eSectionTypeDWARFDebugLine:
return "dwarf-line";
+ case eSectionTypeDWARFDebugLineStr:
+ return "dwarf-line-str";
case eSectionTypeDWARFDebugLoc:
return "dwarf-loc";
case eSectionTypeDWARFDebugMacInfo:
OpenPOWER on IntegriCloud