From 83b2eefe1e2cb46228d1c00158527e1fc6dafa45 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 30 Nov 2021 15:22:34 +0300 Subject: [PATCH] gdb-11.1 --- programming/debug/gdb/actions.py | 2 +- programming/debug/gdb/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/debug/gdb/actions.py b/programming/debug/gdb/actions.py index 8d4237feee..156cc2b486 100644 --- a/programming/debug/gdb/actions.py +++ b/programming/debug/gdb/actions.py @@ -41,7 +41,7 @@ def install(): for libdel in ["libbfd.a", "libopcodes.a", "libctf.a", "libctf-nobfd.a"]: pisitools.remove("/usr/lib/%s" % libdel) - for hea in ["ansidecl", "bfd", "bfdlink", "bfd_stdint", "diagnostics", "dis-asm", "plugin-api", "symcat", "ctf", "ctf-api"]: + for hea in ["ansidecl", "bfd", "bfdlink", "diagnostics", "dis-asm", "plugin-api", "symcat", "ctf", "ctf-api"]: pisitools.remove("/usr/include/%s.h" % hea) pisitools.remove("/usr/share/info/bfd.info") diff --git a/programming/debug/gdb/pspec.xml b/programming/debug/gdb/pspec.xml index a3117fac88..5a39cfb08b 100644 --- a/programming/debug/gdb/pspec.xml +++ b/programming/debug/gdb/pspec.xml @@ -13,7 +13,7 @@ app:console GNU debugger GDB, the GNU Project debugger, allows you to see what is going on 'inside' another program while it executes -- or what another program was doing at the moment it crashed. - https://ftp.gnu.org/gnu/gdb/gdb-10.2.tar.xz + https://ftp.gnu.org/gnu/gdb/gdb-11.1.tar.xz texinfo xz-devel @@ -65,6 +65,13 @@ + + 2021-11-30 + 11.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-09-15 10.2