diff options
author | David Daney <ddaney@avtrex.com> | 2011-02-04 18:45:15 +0000 |
---|---|---|
committer | David Daney <ddaney@avtrex.com> | 2011-02-04 18:45:15 +0000 |
commit | eee5b35e00dffd1390e080f0270c4b3d421a52e0 (patch) | |
tree | fcc7fcc777b489f659590a9cb0b07b9833eebc28 /gdb/NEWS | |
parent | f1cbe1d302a077716bb3e4749ee7bd37b12b3499 (diff) | |
download | gdb-eee5b35e00dffd1390e080f0270c4b3d421a52e0.zip gdb-eee5b35e00dffd1390e080f0270c4b3d421a52e0.tar.gz gdb-eee5b35e00dffd1390e080f0270c4b3d421a52e0.tar.bz2 |
2011-02-04 David Daney <ddaney@caviumnetworks.com>
* NEWS: Add item for "catch syscall" on mips*-linux* targets.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ *** Changes since GDB 7.2 +* The "catch syscall" command now works on mips*-linux* targets. + * The -data-disassemble MI command now supports modes 2 and 3 for dumping the instruction opcodes. |