llvm-dwarfdump [options] [filenames...]
llvm-dwarfdump parses DWARF sections in the object files and prints their contents in human-readable form.
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. See llvm-dwarfdump --help for the complete list of supported sections. Use all to dump all DWARF sections. It is the default.
llvm-dwarfdump returns 0. Other exit codes imply internal program error.