2007-10-02 Markus Deuling <deuling@de.ibm.com>

* linux-nat.c (PTRACE_GETSIGINFO): Add define.
This commit is contained in:
Ulrich Weigand 2007-10-02 16:33:35 +00:00
parent 4577549b8f
commit 02d3ff8c47
2 changed files with 8 additions and 0 deletions

View 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.

View File

@ -84,6 +84,10 @@
#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;