Go to main content

マニュアルページ セクション 1: ユーザーコマンド

印刷ビューの終了

更新: 2018年8月8日
 
 

llvm-dwarfdump (1)

名前

llvm-dwarfdump - print contents of DWARF sections

形式

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

説明

LLVM-DWARFDUMP(1)                    LLVM                    LLVM-DWARFDUMP(1)



NAME
       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  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
       llvm-dwarfdump returns 0 if the input files were parsed and dumped suc-
       cessfully. Otherwise, it returns 1.

AUTHOR
       Maintained by The LLVM Team (http://llvm.org/).

COPYRIGHT
       2003-2016, LLVM Project



ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+---------------------+
       |ATTRIBUTE TYPE |  ATTRIBUTE VALUE    |
       +---------------+---------------------+
       |Availability   | developer/llvm/llvm |
       +---------------+---------------------+
       |Stability      | Uncommitted         |
       +---------------+---------------------+
NOTES
       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source                was                downloaded                from
       https://llvm.org//releases/6.0.0/llvm-6.0.0.src.tar.xz

       Further information about this software can be found on the open source
       community website at https://llvm.org/.



3.8                               2016-07-10                 LLVM-DWARFDUMP(1)