mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Add gnu pubsections as options to llvm-dwarfdump.
Argument spelling feedback welcome. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191409 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7357f03e88
commit
498ffb8a56
@ -68,6 +68,8 @@ DumpType("debug-dump", cl::init(DIDT_All),
|
||||
clEnumValN(DIDT_Ranges, "ranges", ".debug_ranges"),
|
||||
clEnumValN(DIDT_Pubnames, "pubnames", ".debug_pubnames"),
|
||||
clEnumValN(DIDT_Pubtypes, "pubtypes", ".debug_pubtypes"),
|
||||
clEnumValN(DIDT_GnuPubnames, "gnu_pubnames", ".debug_gnu_pubnames"),
|
||||
clEnumValN(DIDT_GnuPubtypes, "gnu_pubtypes", ".debug_gnu_pubtypes"),
|
||||
clEnumValN(DIDT_Str, "str", ".debug_str"),
|
||||
clEnumValN(DIDT_StrDwo, "str.dwo", ".debug_str.dwo"),
|
||||
clEnumValN(DIDT_StrOffsetsDwo, "str_offsets.dwo", ".debug_str_offsets.dwo"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user