summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb/include_asm_ptrace.patch
blob: 85e014766510a0eab16761cf8faa344a1095e422 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
gdb: include asm/ptrace.h in two aarch64 source files

Both sys/ptrace.h and asm/ptrace.h need to be included.

Upstream-Status: Pending

Signed-off-by: joe.slater@windriver.com


--- a/gdb/aarch64-linux-nat.c
+++ b/gdb/aarch64-linux-nat.c
@@ -32,6 +32,8 @@
 #include "elf/common.h"
 
 #include <sys/ptrace.h>
+#include <asm/ptrace.h>
+
 #include <sys/utsname.h>
 
 #include "gregset.h"
--- a/gdb/gdbserver/linux-aarch64-low.c
+++ b/gdb/gdbserver/linux-aarch64-low.c
@@ -26,6 +26,7 @@
 #include <signal.h>
 #include <sys/user.h>
 #include <sys/ptrace.h>
+#include <asm/ptrace.h>
 #include <sys/uio.h>
 
 #include "gdb_proc_service.h"
OpenPOWER on IntegriCloud