repo.or.cz
/
openadk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add support for gdbserver on AVR32 devices
[openadk.git]
/
package
/
gdbserver
/
patches
/
7.8.2
/
patch-gdb_common_linux-ptrace_c
blob
aec39df402c37bf411622d15e78cf39ab05f6883
1
--- gdb-7.8.orig/gdb/common/linux-ptrace.c 2014-07-29 14:37:42.000000000 +0200
2
+++ gdb-7.8/gdb/common/linux-ptrace.c 2014-09-05 00:52:41.353409084 +0200
3
@@ -23,6 +23,7 @@
4
#include <string.h>
5
#endif
6
7
+#include <sched.h>
8
#include "linux-ptrace.h"
9
#include "linux-procfs.h"
10
#include "nat/linux-waitpid.h"