gdb/doc: improve description of --data-disassemble opcodes output
authorAndrew Burgess <aburgess@redhat.com>
Wed, 22 Jun 2022 10:39:00 +0000 (11:39 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Wed, 29 Jun 2022 12:54:32 +0000 (13:54 +0100)
Extend the description of the MI command --data-disassemble.
Specifically, expand the description of the 'opcodes' field to explain
how the bytes are formatted.

gdb/doc/gdb.texinfo

index 38ae249f62daf0b3300cd98b828ef30bd7bb61f2..5dbae6d010615afb0463dddcb5270524a3820614 100644 (file)
@@ -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