diff options
author | Andrew Burgess <aburgess@broadcom.com> | 2011-01-12 15:02:12 +0000 |
---|---|---|
committer | Andrew Burgess <aburgess@broadcom.com> | 2011-01-12 15:02:12 +0000 |
commit | b716877b54891ba162293f5ec6b6cd222f711e4d (patch) | |
tree | 3ff206d4d5431c44ee4327eeac78a40d2567248f /gdb/NEWS | |
parent | 13fd8b81f0460839d154c769d8ef004f41b29c55 (diff) | |
download | gdb-b716877b54891ba162293f5ec6b6cd222f711e4d.zip gdb-b716877b54891ba162293f5ec6b6cd222f711e4d.tar.gz gdb-b716877b54891ba162293f5ec6b6cd222f711e4d.tar.bz2 |
http://sourceware.org/ml/gdb-patches/2010-12/msg00299.html
gdb/
* disasm.c (dump_insns): Support dumping opcodes for MI.
* mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
dumping of instruction opcodes.
gdb/doc/
* gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
changes in mi/mi-cmd-disas.c
gdb/testsuite/
* gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
add new tests for opcode dumping.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ *** Changes since GDB 7.2 +* The -data-disassemble MI command now supports modes 2 and 3 for + dumping the instruction opcodes. + * New command line options -data-directory DIR Specify DIR as the "data-directory". |