llvm-dwarfdump: Add support for dumping the .debug_loc section
This is a basic implementation - we still don't have any support (that I know of) for dumping DWARF expressions in a meaningful way, so the location information itself is just printed as a sequence of bytes as we do elsewhere. llvm-svn: 184361
This commit is contained in:
@@ -63,6 +63,7 @@ DumpType("debug-dump", cl::init(DIDT_All),
|
||||
clEnumValN(DIDT_Info, "info", ".debug_info"),
|
||||
clEnumValN(DIDT_InfoDwo, "info.dwo", ".debug_info.dwo"),
|
||||
clEnumValN(DIDT_Line, "line", ".debug_line"),
|
||||
clEnumValN(DIDT_Loc, "loc", ".debug_loc"),
|
||||
clEnumValN(DIDT_Frames, "frames", ".debug_frame"),
|
||||
clEnumValN(DIDT_Ranges, "ranges", ".debug_ranges"),
|
||||
clEnumValN(DIDT_Pubnames, "pubnames", ".debug_pubnames"),
|
||||
|
||||
Reference in New Issue
Block a user