diff options
author | gbreynoo <Owen.Reynolds@sony.com> | 2021-10-07 16:26:26 +0100 |
---|---|---|
committer | gbreynoo <Owen.Reynolds@sony.com> | 2021-10-07 16:30:12 +0100 |
commit | 3a5aa57c9b1c01c990700bfcedcebc14ef9a97dc (patch) | |
tree | daac098689aac3527b58f71610c5d68154cb5fb4 /llvm/docs/CommandGuide | |
parent | 80e39366ee403ac420f2087883550398e5fbf968 (diff) | |
download | llvm-3a5aa57c9b1c01c990700bfcedcebc14ef9a97dc.zip llvm-3a5aa57c9b1c01c990700bfcedcebc14ef9a97dc.tar.gz llvm-3a5aa57c9b1c01c990700bfcedcebc14ef9a97dc.tar.bz2 |
[llvm-objdump][docs] Add details to the help output and command guide
This change is to add some missing details, clarifies some options and
brings the help text and command guide of objdump closer together.
- Added to the help that --all-headers also outputs symbols and
relocations to match the command guide.
- Added to the help that --debug-vars accepts an optional
ascii/unicode format to match the command guide.
- Changed the help descriptions for --disassemble,
--disassemble-all, --dwarf=<value>, --fault-map-section,
--line-numbers, --no-leading-addr and --source descriptions to
match the command guide.
- Added to the help that --start-address and --stop-address also
effect relocation entries and the symbol table output to match
the command guide.
- Added a note to the command guide that --unwind-info and -u
are not available for the elf format.
Differential Revision: https://reviews.llvm.org/D110633
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objdump.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst index 6df8790..52bf3bd 100644 --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -27,7 +27,7 @@ combined with other commands: .. option:: -d, --disassemble - Disassemble all text sections found in the input files. + Disassemble all executable sections found in the input files. .. option:: -D, --disassemble-all @@ -92,6 +92,8 @@ combined with other commands: .. option:: -u, --unwind-info Display the unwind info of the input(s). + + This operation is only currently supported for COFF and Mach-O object files. .. option:: -v, --version |