llvm-dwarfdump.rst 5.48 KB

llvm-dwarfdump - dump and verify DWARF debug information

SYNOPSIS

:program:`llvm-dwarfdump` [options] [filename ...]

DESCRIPTION

:program:`llvm-dwarfdump` parses DWARF sections in object files, archives, and .dSYM bundles and prints their contents in human-readable form. Only the .debug_info section is printed unless one of the section-specific options or :option:`--all` is specified.

If no input file is specified, a.out is used instead. If - is used as the input file, :program:`llvm-dwarfdump` reads the input from its standard input stream.

OPTIONS

EXIT STATUS

:program:`llvm-dwarfdump` returns 0 if the input files were parsed and dumped successfully. Otherwise, it returns 1.

SEE ALSO

:manpage:`dsymutil(1)`