1LLVM-DWARFDUMP(1)                    LLVM                    LLVM-DWARFDUMP(1)
2
3
4

NAME

6       llvm-dwarfdump - print contents of DWARF sections
7

SYNOPSIS

9       llvm-dwarfdump [options] [filenames...]
10

DESCRIPTION

12       llvm-dwarfdump  parses  DWARF  sections  in the object files and prints
13       their contents in human-readable form.
14

OPTIONS

16       -debug-dump=section
17              Specify the DWARF section to dump.  For example, use  abbrev  to
18              dump  the contents of .debug_abbrev section, loc.dwo to dump the
19              contents of .debug_loc.dwo etc.  See llvm-dwarfdump  --help  for
20              the  complete  list  of supported sections.  Use all to dump all
21              DWARF sections. It is the default.
22

EXIT STATUS

24       llvm-dwarfdump returns 0 if the input files were parsed and dumped suc‐
25       cessfully. Otherwise, it returns 1.
26

AUTHOR

28       Maintained by The LLVM Team (http://llvm.org/).
29
31       2003-2019, LLVM Project
32
33
34
35
365                                 2019-02-01                 LLVM-DWARFDUMP(1)
Impressum