llvm-dwarfdump - print contents of DWARF sections¶
SYNOPSIS¶
llvm-dwarfdump [options] [filenames...]
DESCRIPTION¶
llvm-dwarfdump parses DWARF sections in the object files and prints their contents in human-readable form.
OPTIONS¶
- -debug-dump=section¶
Specify the DWARF section to dump. For example, use
abbrev
to dump the contents of.debug_abbrev
section,loc.dwo
to dump the contents of.debug_loc.dwo
etc. Seellvm-dwarfdump --help
for the complete list of supported sections. Useall
to dump all DWARF sections. It is the default.
EXIT STATUS¶
llvm-dwarfdump returns 0. Other exit codes imply internal program error.