commit | a041d8483cbeab5580ebddeefd75b4a58359c7cb | [log] [tgz] |
---|---|---|
author | Pavel Labath <labath@google.com> | Fri Jun 01 12:06:45 2018 +0000 |
committer | Pavel Labath <labath@google.com> | Fri Jun 01 12:06:45 2018 +0000 |
tree | cc3d70161b52a16e841174766bb6dce603f168fb | |
parent | cd16e559d25c44a83383bd18bd8812e7aa38b224 [diff] [blame] |
Add .debug_names section glue code llvm-svn: 333743
diff --git a/lldb/source/Core/Section.cpp b/lldb/source/Core/Section.cpp index 16b74db..d9c5d32 100644 --- a/lldb/source/Core/Section.cpp +++ b/lldb/source/Core/Section.cpp
@@ -91,6 +91,8 @@ return "dwarf-str-offsets"; case eSectionTypeDWARFDebugTypes: return "dwarf-types"; + case eSectionTypeDWARFDebugNames: + return "dwarf-names"; case eSectionTypeELFSymbolTable: return "elf-symbol-table"; case eSectionTypeELFDynamicSymbols: