]> code.ossystems Code Review - openembedded-core.git/commitdiff
gdb: fix patch headers
authorRoss Burton <ross.burton@intel.com>
Mon, 8 Oct 2018 14:04:52 +0000 (15:04 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Oct 2018 15:04:07 +0000 (16:04 +0100)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gdb/gdb/gdbserver-ctrl-c-handling.patch

index dffb0dd81fc08ae3f2e4335889cd985e6c993f14..71fe7f83b65e05107ff2fd9b74c766b5082bc599 100644 (file)
@@ -1,14 +1,14 @@
-+This problem was created by the upstream commit 78708b7c8c
-+After applying the commit, it will send SIGINT to the process group(-signal_pid).
-+But if we use gdbserver send SIGINT, and the attached process is not a process
-+group leader, then the "kill (-signal_pid, SIGINT)" returns error and fails  to
-+interrupt the attached process.
-+
-+Upstream-Status: Submitted
-+[https://sourceware.org/bugzilla/show_bug.cgi?id=18945]
-+
-+Author: Josh Gao
-+Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
+This problem was created by the upstream commit 78708b7c8c
+After applying the commit, it will send SIGINT to the process group(-signal_pid).
+But if we use gdbserver send SIGINT, and the attached process is not a process
+group leader, then the "kill (-signal_pid, SIGINT)" returns error and fails  to
+interrupt the attached process.
+
+Upstream-Status: Submitted [https://sourceware.org/bugzilla/show_bug.cgi?id=18945]
+
+Author: Josh Gao
+Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
+
 Index: gdb-8.2/gdb/gdbserver/linux-low.c
 ===================================================================
 --- gdb-8.2.orig/gdb/gdbserver/linux-low.c