[PATCH 1/9] gdb/doc: improve description of --data-disassemble opcodes output
Andrew Burgess
aburgess@redhat.com
Thu Jun 23 16:05:08 GMT 2022
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 | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 2178b476f53..d046ce5891e 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -34422,8 +34422,10 @@
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
--
2.25.4
More information about the Gdb-patches
mailing list