summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-10-08 15:04:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-08 16:04:12 +0100
commit9c59169d3e2b45cb9a0e27a56e0ed6f6cf9f30c1 (patch)
treece508fc3330a9bf111017a726db0ad5257eb1c85 /meta/recipes-devtools/gdb
parent74d8acaa0f78fb472dbf7ea52b8d8c17173a20a9 (diff)
downloadpoky-9c59169d3e2b45cb9a0e27a56e0ed6f6cf9f30c1.tar.gz
gdb: fix patch headers
(From OE-Core rev: cf634b35e866daacb427ab4c10d5adadaac3718b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb')
-rw-r--r--meta/recipes-devtools/gdb/gdb/gdbserver-ctrl-c-handling.patch22
1 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-devtools/gdb/gdb/gdbserver-ctrl-c-handling.patch b/meta/recipes-devtools/gdb/gdb/gdbserver-ctrl-c-handling.patch
index dffb0dd81f..71fe7f83b6 100644
--- a/meta/recipes-devtools/gdb/gdb/gdbserver-ctrl-c-handling.patch
+++ b/meta/recipes-devtools/gdb/gdb/gdbserver-ctrl-c-handling.patch
@@ -1,14 +1,14 @@
1+This problem was created by the upstream commit 78708b7c8c 1This problem was created by the upstream commit 78708b7c8c
2+After applying the commit, it will send SIGINT to the process group(-signal_pid). 2After applying the commit, it will send SIGINT to the process group(-signal_pid).
3+But if we use gdbserver send SIGINT, and the attached process is not a process 3But if we use gdbserver send SIGINT, and the attached process is not a process
4+group leader, then the "kill (-signal_pid, SIGINT)" returns error and fails to 4group leader, then the "kill (-signal_pid, SIGINT)" returns error and fails to
5+interrupt the attached process. 5interrupt the attached process.
6+ 6
7+Upstream-Status: Submitted 7Upstream-Status: Submitted [https://sourceware.org/bugzilla/show_bug.cgi?id=18945]
8+[https://sourceware.org/bugzilla/show_bug.cgi?id=18945] 8
9+ 9Author: Josh Gao
10+Author: Josh Gao 10Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
11+Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com> 11
12Index: gdb-8.2/gdb/gdbserver/linux-low.c 12Index: gdb-8.2/gdb/gdbserver/linux-low.c
13=================================================================== 13===================================================================
14--- gdb-8.2.orig/gdb/gdbserver/linux-low.c 14--- gdb-8.2.orig/gdb/gdbserver/linux-low.c