mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 07:01:03 +08:00
Enable all the new accelerator tables if they are present and don't manually
index the DWARF. Also fixed an issue with memory accelerator tables with a size of 1 where we would loop infinitely. Added support for parsing the new .apple_namespaces section which gives us a memory hash table for looking up namespaces. llvm-svn: 141128
This commit is contained in:
@@ -261,6 +261,7 @@ lldb_private::GetSectionTypeAsCString (SectionType sect_type)
|
||||
case eSectionTypeDWARFDebugStr: return "dwarf-str";
|
||||
case eSectionTypeDWARFAppleNames: return "apple-names";
|
||||
case eSectionTypeDWARFAppleTypes: return "apple-types";
|
||||
case eSectionTypeDWARFAppleNamespaces: return "apple-namespaces";
|
||||
case eSectionTypeEHFrame: return "eh-frame";
|
||||
case eSectionTypeOther: return "regular";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user