diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f7a433c..94c5fd2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2011-02-04 David Daney <ddaney@caviumnetworks.com> + * NEWS: Add item for "catch syscall" on mips*-linux* targets. + +2011-02-04 David Daney <ddaney@caviumnetworks.com> + * mips-linux-tdep.c: Include xml-syscall.h. (mips_linux_get_syscall_number): New function. (mips_linux_init_abi): Add calls to @@ -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. |