mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 04:24:00 +00:00
[dwarfdump] Add support for dumping accelerator tables.
The class used for the dump only allows to dump for the moment, but it can (and will) be easily extended to support search also. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221836 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -45,6 +45,10 @@ DumpType("debug-dump", cl::init(DIDT_All),
|
||||
clEnumValN(DIDT_All, "all", "Dump all debug sections"),
|
||||
clEnumValN(DIDT_Abbrev, "abbrev", ".debug_abbrev"),
|
||||
clEnumValN(DIDT_AbbrevDwo, "abbrev.dwo", ".debug_abbrev.dwo"),
|
||||
clEnumValN(DIDT_AppleNames, "apple_names", ".apple_names"),
|
||||
clEnumValN(DIDT_AppleTypes, "apple_types", ".apple_types"),
|
||||
clEnumValN(DIDT_AppleNamespaces, "apple_namespaces", ".apple_namespaces"),
|
||||
clEnumValN(DIDT_AppleObjC, "apple_objc", ".apple_objc"),
|
||||
clEnumValN(DIDT_Aranges, "aranges", ".debug_aranges"),
|
||||
clEnumValN(DIDT_Info, "info", ".debug_info"),
|
||||
clEnumValN(DIDT_InfoDwo, "info.dwo", ".debug_info.dwo"),
|
||||
|
Reference in New Issue
Block a user