Fredrik Fornwall
8 years ago
4 changed files with 10 additions and 55 deletions
@ -1,14 +0,0 @@ |
|||
diff -u -r ../gdb-7.10/gdb/arm-linux-nat.c ./gdb/arm-linux-nat.c
|
|||
--- ../gdb-7.10/gdb/arm-linux-nat.c 2015-08-28 17:22:07.000000000 -0400
|
|||
+++ ./gdb/arm-linux-nat.c 2015-08-29 08:06:52.000680658 -0400
|
|||
@@ -63,6 +62,10 @@
|
|||
#define PTRACE_SETHBPREGS 30 |
|||
#endif |
|||
|
|||
+#ifdef __ANDROID__
|
|||
+#define PT_GETFPREGS PTRACE_GETFPREGS
|
|||
+#endif
|
|||
+
|
|||
extern int arm_apcs_32; |
|||
|
|||
/* On GNU/Linux, threads are implemented as pseudo-processes, in which |
@ -1,12 +0,0 @@ |
|||
diff -u -r ../gdb-7.6.2/gdb/gdb_proc_service.h ./gdb/gdb_proc_service.h
|
|||
--- ../gdb-7.6.2/gdb/gdb_proc_service.h 2013-12-08 05:11:51.000000000 +0100
|
|||
+++ ./gdb/gdb_proc_service.h 2014-01-07 16:43:01.862311352 +0100
|
|||
@@ -68,7 +68,7 @@
|
|||
} ps_err_e; |
|||
|
|||
#ifndef HAVE_LWPID_T |
|||
-typedef unsigned int lwpid_t;
|
|||
+#include <thread_db.h>
|
|||
#endif |
|||
|
|||
#ifndef HAVE_PSADDR_T |
@ -1,14 +0,0 @@ |
|||
diff -u -r ../gdb-7.7/gdb/linux-nat.c ./gdb/linux-nat.c
|
|||
--- ../gdb-7.7/gdb/linux-nat.c 2014-02-06 03:21:29.000000000 +0100
|
|||
+++ ./gdb/linux-nat.c 2014-02-12 01:55:15.000000000 +0100
|
|||
@@ -68,6 +67,10 @@
|
|||
#include "target-descriptions.h" |
|||
#include "filestuff.h" |
|||
|
|||
+#ifndef W_STOPCODE
|
|||
+#define W_STOPCODE(sig) ((sig) << 8 | 0x7f)
|
|||
+#endif
|
|||
+
|
|||
#ifndef SPUFS_MAGIC |
|||
#define SPUFS_MAGIC 0x23c9b64e |
|||
#endif |
Loading…
Reference in new issue