diff options
author | Andrew Burgess <aburgess@redhat.com> | 2022-06-22 11:39:00 +0100 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2022-06-29 13:54:32 +0100 |
commit | 6c0fe6d8f963eee3da16bf4895b1c592596240ff (patch) | |
tree | badd96be5ec42dc6f413068aaf6c18e8f2110105 /gdb/doc | |
parent | 69b46464badb01340a88d0ee57cdef0b7fdf545e (diff) | |
download | gdb-6c0fe6d8f963eee3da16bf4895b1c592596240ff.zip gdb-6c0fe6d8f963eee3da16bf4895b1c592596240ff.tar.gz gdb-6c0fe6d8f963eee3da16bf4895b1c592596240ff.tar.bz2 |
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.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 38ae249..5dbae6d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -34454,8 +34454,10 @@ The decimal offset in bytes from the start of @samp{func-name}. The text disassembly for this @samp{address}. @item opcodes -This field is only present for modes 2, 3 and 5. This contains the raw opcode -bytes for the @samp{inst} field. +This field is only present for modes 2, 3 and 5. This contains the +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 |