Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 798 Bytes

llvm-dwarfdump.rst

File metadata and controls

30 lines (21 loc) · 798 Bytes

llvm-dwarfdump - print contents of DWARF sections

SYNOPSIS

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

DESCRIPTION

:program:`llvm-dwarfdump` parses DWARF sections in the object files and prints their contents in human-readable form.

OPTIONS

.. option:: -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.
  See ``llvm-dwarfdump --help`` for the complete list of supported sections.
  Use ``all`` to dump all DWARF sections. It is the default.

EXIT STATUS

:program:`llvm-dwarfdump` returns 0. Other exit codes imply internal program error.