diff options
author | Nick Hainke <vincent@systemli.org> | 2022-08-27 19:53:17 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-09-02 23:13:53 +0200 |
commit | 392febc6f6925903d7367ed870cb97a711554bd5 (patch) | |
tree | 64668df2b0e181049cfce91818115667856c2f86 /package/devel/gdb/patches/130-gdb-ctrl-c.patch | |
parent | 728740fe7818ebd3264fcd98b78a0e12239e73aa (diff) |
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 <vincent@systemli.org>
Diffstat (limited to 'package/devel/gdb/patches/130-gdb-ctrl-c.patch')
-rw-r--r-- | package/devel/gdb/patches/130-gdb-ctrl-c.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 <raj.khem@gmail.com> --- 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. */ |