From b8ae02c5ff75edb638ab67e487227973bc34fb2f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 8 Mar 2015 18:11:49 +0100 Subject: add support for gdbserver on AVR32 devices Happily I got the old gdb tarball from buildroot source repository. (thx Yann) Mirror the package and make it compile for native gdbserver. Patches need to be shuffled to version directories. --- package/gdb/patches/7.8.2/patch-gdb_common_linux-ptrace_h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/gdb/patches/7.8.2/patch-gdb_common_linux-ptrace_h (limited to 'package/gdb/patches/7.8.2/patch-gdb_common_linux-ptrace_h') diff --git a/package/gdb/patches/7.8.2/patch-gdb_common_linux-ptrace_h b/package/gdb/patches/7.8.2/patch-gdb_common_linux-ptrace_h new file mode 100644 index 000000000..51e2c3637 --- /dev/null +++ b/package/gdb/patches/7.8.2/patch-gdb_common_linux-ptrace_h @@ -0,0 +1,12 @@ +* added from https://github.com/rofl0r/sabotage + +--- gdb-7.6.orig/gdb/common/linux-ptrace.h 2013-01-01 07:32:54.000000000 +0100 ++++ gdb-7.6/gdb/common/linux-ptrace.h 2013-08-13 17:10:13.000000000 +0200 +@@ -20,6 +20,7 @@ + + struct buffer; + ++#include + #include + + #ifndef PTRACE_GETSIGINFO -- cgit v1.2.3