Browse Source

[docs][llvm-objdump] Improve llvm-objdump documentation

The llvm-objdump document was missing many options, and there were also
some style issues with it. This patches fixes all but the first issue
listed in https://bugs.llvm.org/show_bug.cgi?id=42249 by:

    1. Adding missing options and commands.
    2. Standardising on double dashes for long-options throughout.
    3. Moving Mach-O specific options to a separate section.
    4. Removing options that don't exist or aren't relevant to
       llvm-objdump.

Reviewed by: MaskRay, mtrent, alexshap

Differential Revision: https://reviews.llvm.org/D63606

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364019 91177308-0d34-0410-b5e6-96231b3b80d8
James Henderson 6 years ago
parent
commit
467003480e
1 changed files with 240 additions and 36 deletions
  1. 240 36
      docs/CommandGuide/llvm-objdump.rst

+ 240 - 36
docs/CommandGuide/llvm-objdump.rst

@@ -19,86 +19,179 @@ COMMANDS
 At least one of the following commands are required, and some commands can be
 At least one of the following commands are required, and some commands can be
 combined with other commands:
 combined with other commands:
 
 
-.. option:: -d, -disassemble
+.. option:: -a, --archive-headers
+
+  Display the information contained within an archive's headers.
+
+.. option:: -d, --disassemble
 
 
   Display assembler mnemonics for the machine instructions. Disassembles all
   Display assembler mnemonics for the machine instructions. Disassembles all
-  text sections found in the input file(s).
+  text sections found in the input file(s) by default.
 
 
-.. option:: -D, -disassemble-all
+.. option:: -D, --disassemble-all
 
 
   Display assembler mnemonics for the machine instructions. Disassembles all
   Display assembler mnemonics for the machine instructions. Disassembles all
-  sections found in the input file(s).
+  sections found in the input file(s) by default.
+  
+.. option:: --disassemble-functions=<func1[,func2,...]>
+
+  Disassemble only the specified symbols. Implies :option:`--disassemble`.
+
+.. option:: --dwarf=<value>
+
+  Dump the specified DWARF debug sections. The supported values are:
+
+  `frames` - .debug_frame
+
+.. option:: -f, --file-headers
 
 
-.. option:: -help
+  Display the contents of the overall file header.
+
+.. option:: --fault-map-section
+
+  Display the content of the fault map section.
+
+.. option:: -h, --headers, --section-headers
+
+  Display summaries of the headers for each section.
+
+.. option:: --help
 
 
   Display usage information and exit. Does not stack with other commands.
   Display usage information and exit. Does not stack with other commands.
 
 
-.. option:: -r
+.. option:: -p, --private-headers
+
+  Display format-specific file headers.
+
+.. option:: -r, --reloc
 
 
   Display the relocation entries in the file.
   Display the relocation entries in the file.
 
 
-.. option:: -s
+.. option:: -R, --dynamic-reloc
 
 
-  Display the content of each section.
+  Display the dynamic relocation entries in the file.
 
 
-.. option:: -section-headers
+.. option:: --raw-clang-ast
 
 
-  Display summaries of the headers for each section.
+  Dump the raw binary contents of the clang AST section.
+
+.. option:: -s, --full-contents
+
+  Display the contents of each section.
 
 
-.. option:: -t
+.. option:: -t, --syms
 
 
   Display the symbol table.
   Display the symbol table.
 
 
-.. option:: -version
+.. option:: -u, --unwind-info
+
+  Display the unwind info of the input(s).
+
+.. option:: --version
 
 
   Display the version of this program. Does not stack with other commands.
   Display the version of this program. Does not stack with other commands.
 
 
+.. option:: -x, --all-headers
+
+  Display all available header information. Equivalent to specifying
+  :option:`--archive-headers`, :option:`--file-headers`,
+  :option:`--private-headers`, :option:`--reloc`, :option:`--section-headers`,
+  and :option:`--syms`.
+
 OPTIONS
 OPTIONS
 -------
 -------
 :program:`llvm-objdump` supports the following options:
 :program:`llvm-objdump` supports the following options:
 
 
-.. option:: -arch=<architecture>
+.. option:: --adjust-vma=<offset>
 
 
-  Specify the architecture to disassemble. see ``-version`` for available
-  architectures.
+  Increase the displayed address in disassembly or section header printing by
+  the specified offset.
 
 
-.. option:: -cfg
+.. option:: --arch-name=<string>
 
 
-  Create a CFG for every symbol in the object file and write it to a graphviz
-  file (Mach-O-only).
+  Specify the target architecture when disassembling. Use :option:``--version``
+  for a list of available targets.
 
 
-.. option:: -dsym=<string>
+.. option:: -C, --demangle
 
 
-  Use .dSYM file for debug info.
+  Demangle symbol names in the output.
 
 
-.. option:: -g
+.. option:: -j, --section=<section1[,section2,...]>
 
 
-  Print line information from debug info if available.
+  Perform the specified command(s) on the specified section(s) only. For Mach-O
+  use `segment,section` to specify the section name.
 
 
-.. option:: -m, -macho
+.. option:: -l, --line-numbers
 
 
-  Use Mach-O specific object file parser. Commands and other options may behave
-  differently when used with ``-macho``.
+  When disassembling, display source line numbers with disassembly. Implies
+  :option:`--disassemble`.
+
+.. option:: -M, --disassembler-options=<opt1[,opt2,...]>
+
+  Pass target-specific disassembler options. Currently supported for ARM targets
+  only. Available options are ``reg-names-std`` and ``reg-names-raw``.
+
+.. option:: --mcpu=<cpu-name>
+
+  Target a specific CPU type for disassembly. Specify ``--mcpu=help`` to display
+  available CPUs.
+
+.. option:: --mattr=<a1,+a2,-a3,...>
+
+  Enable/disable target-specific attributes. Specify ``--mcpu=help`` to display
+  the available attributes.
+
+.. option:: --no-leading-addr
+
+  When disassembling, do not print the leading address in the disassembly
+  output.
+
+.. option:: --no-show-raw-insn
+
+  When disassembling instructions, do not print the raw bytes of the
+  instruction.
+
+.. option:: --print-imm-hex
+
+  Use hex format when printing immediate values in disassembly output.
+
+.. option:: -S, --source
 
 
-.. option:: -mattr=<a1,+a2,-a3,...>
+  When disassembling, display source inlined with the disassembly.
+  Implies :option:`--disassemble`.
 
 
-  Target specific attributes.
+.. option:: --show-lma
 
 
-.. option:: -mc-x86-disable-arith-relaxation
+  Display the LMA column when dumping ELF section headers. Defaults to off
+  unless any section has different VMA and LMAs.
 
 
-  Disable relaxation of arithmetic instruction for X86.
+.. option:: --start-address=<address>
 
 
-.. option:: -stats
+  When disassembling, only disassemble from the specified address.
 
 
-  Enable statistics output from program.
+  When printing relocations, only print the relocations patching offsets from at least ``address``.
 
 
-.. option:: -triple=<string>
+  When printing symbols, only print symbols with a value of at least ``address``.
 
 
-  Target triple to disassemble for, see ``-version`` for available targets.
+.. option:: --stop-address=<address>
 
 
-.. option:: -x86-asm-syntax=<style>
+  When disassembling, only disassemble up to, but not including the specified address.
 
 
-  When used with the ``-disassemble`` option, choose style of code to emit from
+  When printing relocations, only print the relocations patching offsets up to ``address``.
+
+  When printing symbols, only print symbols with a value up to ``address``.
+
+.. option:: --triple=<string>
+
+  Target triple to disassemble for, see ``--version`` for available targets.
+
+.. option:: -w, --wide
+
+  Ignored for compatibility with GNU objdump.
+
+.. option:: --x86-asm-syntax=<style>
+
+  When used with the ``--disassemble`` option, choose style of code to emit from
   X86 backend. Supported values are:
   X86 backend. Supported values are:
 
 
    .. option:: att
    .. option:: att
@@ -112,6 +205,117 @@ OPTIONS
 
 
   The default disassembly style is **att**.
   The default disassembly style is **att**.
 
 
+.. option:: -z, --disassemble-zeroes
+
+  Do not skip blocks of zeroes when disassembling.
+
+MACH-O ONLY OPTIONS AND COMMANDS
+--------------------------------
+
+.. option:: --arch=<architecture>
+
+  Specify the architecture to disassemble. see ``--version`` for available
+  architectures.
+
+.. option:: --archive-member-offsets
+
+  Print the offset to each archive member for Mach-O archives (requires
+  :option:`--archive-headers`).
+
+.. option:: --bind
+
+  Display binding info
+
+.. option:: --cfg
+
+  Create a CFG for every symbol in the object file and write it to a graphviz
+  file.
+
+.. option:: --data-in-code
+
+  Display the data in code table.
+
+.. option:: --dis-symname=<name>
+
+  Disassemble just the specified symbol's instructions.
+
+.. option:: --dylibs-used
+
+  Display the shared libraries used for linked files.
+
+.. option:: --dsym=<string>
+
+  Use .dSYM file for debug info.
+
+.. option:: --dylib-id
+
+  Display the shared library's ID for dylib files.
+
+.. option:: --exports-trie
+
+  Display exported symbols.
+
+.. option:: -g
+
+  Print line information from debug info if available.
+
+.. option:: --full-leading-addr
+
+  Print the full leading address when disassembling.
+
+.. option:: --indirect-symbols
+
+  Display the indirect symbol table.
+
+.. option:: --info-plist
+
+  Display the info plist section as strings.
+
+.. option:: --lazy-bind
+
+  Display lazy binding info.
+
+.. option:: --link-opt-hints
+
+  Display the linker optimization hints.
+
+.. option:: -m, --macho
+
+  Use Mach-O specific object file parser. Commands and other options may behave
+  differently when used with ``--macho``.
+
+.. option:: --no-leading-headers
+
+  Do not print any leading headers.
+
+.. option:: --no-symbolic-operands
+
+  Do not print symbolic operands when disassembling.
+
+.. option:: --non-verbose
+
+  Display the information for Mach-O objects in non-verbose or numeric form.
+
+.. option:: --objc-meta-data
+
+  Display the Objective-C runtime meta data.
+
+.. option:: --private-header
+
+  Display only the first format specific file header.
+
+.. option:: --rebase
+
+  Display rebasing information.
+
+.. option:: --universal-headers
+
+  Display universal headers.
+
+.. option:: --weak-bind
+
+  Display weak binding information.
+
 BUGS
 BUGS
 ----
 ----
 
 
@@ -120,4 +324,4 @@ To report bugs, please visit <http://llvm.org/bugs/>.
 SEE ALSO
 SEE ALSO
 --------
 --------
 
 
-:manpage:`llvm-nm(1)`
+:manpage:`llvm-nm(1)`, :manpage:`llvm-readobj(1)`