Blob Blame History Raw
--- crash-7.0.7/gdb-7.6.patch.orig
+++ crash-7.0.7/gdb-7.6.patch
@@ -1678,3 +1678,13 @@
                  fprintf_filtered(gdb_stdout, "\n");
                  lastval++;
          }
+--- gdb-7.6/gdb/aarch64-linux-nat.c.orig
++++ gdb-7.6/gdb/aarch64-linux-nat.c
+@@ -32,6 +32,7 @@
+ #include "elf/common.h"
+ 
+ #include <sys/ptrace.h>
++#include <asm/ptrace.h>
+ #include <sys/utsname.h>
+ 
+ #include "gregset.h"