mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 19:46:09 +08:00
2009-07-20 H.J. Lu <hongjiu.lu@intel.com>
* NEWS: Mention --insn-width. * objdump.c (insn_width): New. (usage): Display --insn-width. (option_values): Add OPTION_INSN_WIDTH. (long_options): Add --insn-width. (disassemble_bytes): Handle insn_width. (main): Handle OPTION_INSN_WIDTH. * doc/binutils.texi: Document --insn-width.
This commit is contained in:
@ -1703,6 +1703,7 @@ objdump [@option{-a}|@option{--archive-headers}]
|
||||
[@option{--special-syms}]
|
||||
[@option{--prefix=}@var{prefix}]
|
||||
[@option{--prefix-strip=}@var{level}]
|
||||
[@option{--insn-width=}@var{width}]
|
||||
[@option{-V}|@option{--version}]
|
||||
[@option{-H}|@option{--help}]
|
||||
@var{objfile}@dots{}
|
||||
@ -2055,6 +2056,11 @@ in symbolic form. This is the default except when
|
||||
When disassembling instructions, do not print the instruction bytes.
|
||||
This is the default when @option{--prefix-addresses} is used.
|
||||
|
||||
@item --insn-width=@var{width}
|
||||
@cindex Instruction width
|
||||
Display @var{width} bytes on a single line when disassembling
|
||||
instructions.
|
||||
|
||||
@item -W[lLiaprmfFsoR]
|
||||
@itemx --dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges]
|
||||
@cindex DWARF
|
||||
|
Reference in New Issue
Block a user