2007-10-02 Markus Deuling <deuling@de.ibm.com>
authorUlrich Weigand <uweigand@de.ibm.com>
Tue, 2 Oct 2007 16:33:35 +0000 (16:33 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Tue, 2 Oct 2007 16:33:35 +0000 (16:33 +0000)
* linux-nat.c (PTRACE_GETSIGINFO): Add define.

gdb/ChangeLog
gdb/linux-nat.c

index b20f5175b039db5d2efb04be93b390a328c7344d..4632cbff6c2f627bbb4b8453131d2b3c4c98cc28 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-02  Markus Deuling  <deuling@de.ibm.com>
+
+       * linux-nat.c (PTRACE_GETSIGINFO): Add define.
+
 2007-10-02  Mark Mitchell  <mark@codesourcery.com>
 
        * mingw-hdep.c (gdb_select): Stop helper threads before returning.
index 18c28006b021bc07379966aa04c9fbe7b8cece1b..20ae49d387e77d0dbff38e3063c8114925bb1020 100644 (file)
 #define __WALL          0x40000000 /* Wait for any child.  */
 #endif
 
+#ifndef PTRACE_GETSIGINFO
+#define PTRACE_GETSIGINFO    0x4202
+#endif
+
 /* The single-threaded native GNU/Linux target_ops.  We save a pointer for
    the use of the multi-threaded target.  */
 static struct target_ops *linux_ops;
This page took 0.027225 seconds and 4 git commands to generate.