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 - abbrevto dump the contents of- .debug_abbrevsection,- loc.dwoto dump the contents of- .debug_loc.dwoetc. See- llvm-dwarfdump --helpfor the complete list of supported sections. Use- allto dump all DWARF sections. It is the default.
EXIT STATUS¶
llvm-dwarfdump returns 0. Other exit codes imply internal program error.
