From 392febc6f6925903d7367ed870cb97a711554bd5 Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Sat, 27 Aug 2022 19:53:17 +0200 Subject: gdb: update to 12.1 Release Notes: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=gdb-12.1-release Refresh patches: - 110-shared_libgcc.patch - 130-gdb-ctrl-c.patch Signed-off-by: Nick Hainke --- package/devel/gdb/patches/130-gdb-ctrl-c.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/devel/gdb/patches/130-gdb-ctrl-c.patch') diff --git a/package/devel/gdb/patches/130-gdb-ctrl-c.patch b/package/devel/gdb/patches/130-gdb-ctrl-c.patch index 72b7273434..f793a71cae 100644 --- a/package/devel/gdb/patches/130-gdb-ctrl-c.patch +++ b/package/devel/gdb/patches/130-gdb-ctrl-c.patch @@ -24,7 +24,7 @@ Signed-off-by: Khem Raj --- a/gdbserver/linux-low.cc +++ b/gdbserver/linux-low.cc -@@ -5733,7 +5733,7 @@ linux_process_target::request_interrupt +@@ -5496,7 +5496,7 @@ linux_process_target::request_interrupt { /* Send a SIGINT to the process group. This acts just like the user typed a ^C on the controlling terminal. */ -- cgit v1.2.3