mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-01 01:45:51 +08:00
gdb/doc: improve description of --data-disassemble opcodes output
Extend the description of the MI command --data-disassemble. Specifically, expand the description of the 'opcodes' field to explain how the bytes are formatted.
This commit is contained in:
@ -34454,8 +34454,10 @@ The decimal offset in bytes from the start of @samp{func-name}.
|
|||||||
The text disassembly for this @samp{address}.
|
The text disassembly for this @samp{address}.
|
||||||
|
|
||||||
@item opcodes
|
@item opcodes
|
||||||
This field is only present for modes 2, 3 and 5. This contains the raw opcode
|
This field is only present for modes 2, 3 and 5. This contains the
|
||||||
bytes for the @samp{inst} field.
|
raw opcode bytes for the @samp{inst} field. The bytes are formatted
|
||||||
|
as single bytes, in hex, in ascending address order, with a single
|
||||||
|
space between each byte.
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user