OSDN Git Service

2011-02-04 David Daney <ddaney@caviumnetworks.com>
authordaney <daney>
Fri, 4 Feb 2011 18:45:11 +0000 (18:45 +0000)
committerdaney <daney>
Fri, 4 Feb 2011 18:45:11 +0000 (18:45 +0000)
* NEWS: Add item for "catch syscall" on mips*-linux* targets.

gdb/ChangeLog
gdb/NEWS

index f7a433c..94c5fd2 100644 (file)
@@ -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
index 6076bd1..c53dbc7 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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.