summaryrefslogtreecommitdiff
path: root/package/gdbserver/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-07-16 15:42:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-07-16 15:42:45 +0200
commit69f755a0d88bdec0d4de4fc13508388872297f94 (patch)
tree6b161edcfef040b7ee4693534c400c5c62cace81 /package/gdbserver/patches
parent839d80bdd20924e171b9e863eca30bd7e9382d34 (diff)
gdb: update to 15.1, remove 12.1
Diffstat (limited to 'package/gdbserver/patches')
-rw-r--r--package/gdbserver/patches/patch-gdb_nat_fork-inferior_c10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/gdbserver/patches/patch-gdb_nat_fork-inferior_c b/package/gdbserver/patches/patch-gdb_nat_fork-inferior_c
deleted file mode 100644
index b1949c798..000000000
--- a/package/gdbserver/patches/patch-gdb_nat_fork-inferior_c
+++ /dev/null
@@ -1,10 +0,0 @@
---- gdb-14.2.orig/gdb/nat/fork-inferior.c 2024-03-03 06:55:00.000000000 +0100
-+++ gdb-14.2/gdb/nat/fork-inferior.c 2024-03-22 17:02:35.981582750 +0100
-@@ -27,6 +27,7 @@
- #include "gdbsupport/pathstuff.h"
- #include "gdbsupport/signals-state-save-restore.h"
- #include "gdbsupport/gdb_tilde_expand.h"
-+#include "linux-ptrace.h"
- #include <vector>
-
- extern char **environ;