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: