summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/ObjectFile.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2018-06-01 12:06:45 +0000
committerPavel Labath <labath@google.com>2018-06-01 12:06:45 +0000
commita041d8483cbeab5580ebddeefd75b4a58359c7cb (patch)
treecc3d70161b52a16e841174766bb6dce603f168fb /lldb/source/Symbol/ObjectFile.cpp
parentcd16e559d25c44a83383bd18bd8812e7aa38b224 (diff)
downloadbcm5719-llvm-a041d8483cbeab5580ebddeefd75b4a58359c7cb.tar.gz
bcm5719-llvm-a041d8483cbeab5580ebddeefd75b4a58359c7cb.zip
Add .debug_names section glue code
llvm-svn: 333743
Diffstat (limited to 'lldb/source/Symbol/ObjectFile.cpp')
-rw-r--r--lldb/source/Symbol/ObjectFile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Symbol/ObjectFile.cpp b/lldb/source/Symbol/ObjectFile.cpp
index f558153b5bb..68a5058670b 100644
--- a/lldb/source/Symbol/ObjectFile.cpp
+++ b/lldb/source/Symbol/ObjectFile.cpp
@@ -353,6 +353,7 @@ AddressClass ObjectFile::GetAddressClass(addr_t file_addr) {
case eSectionTypeDWARFDebugLoc:
case eSectionTypeDWARFDebugMacInfo:
case eSectionTypeDWARFDebugMacro:
+ case eSectionTypeDWARFDebugNames:
case eSectionTypeDWARFDebugPubNames:
case eSectionTypeDWARFDebugPubTypes:
case eSectionTypeDWARFDebugRanges:
OpenPOWER on IntegriCloud