Update gdb to version 7.11 Signed-off-by: Hannu Nyman <[email protected]> ---
Release notes: https://lists.gnu.org/archive/html/info-gnu/2016-02/msg00010.html GDB 7.11 brings new features and improvements, including: * Per-inferior thread numbers (thread numbers are now per inferior instead of being global). * GDB now allows users to specify breakpoint locations using a more explicit syntax (named "explicit location"). This feature is also available in GDB/MI. * New convenience variables ($_gthread, $_inferior) * When hitting a breakpoint or receiving a signal while debugging a multi-threaded program, the debugger now shows which thread triggered the event. * Record btrace now supports non-stop mode. * Various improvements on AArch64 GNU/Linux ** Multi-architecture debugging support ** displaced stepping ** tracepoint support added in GDBserver * kernel-based threads support on FreeBSD. * Support for reading/writing memory and extracting values on architectures whose memory is addressable in units of any integral multiple of 8 bits. * In Ada, the overloads selection menu provides the parameter types and return types for the matching overloaded subprograms. * Various remote protocol improvements, including several new packets which can be used to support features such as follow-exec-mode, exec catchpoints, syscall catchpoints, etc. * Some minor improvements in the Python API for extending GDB. * Support for various ROM monitors has been removed: target dbug dBUG ROM monitor for Motorola ColdFire target picobug Motorola picobug monitor target dink32 DINK32 ROM monitor for PowerPC target m32r Renesas M32R/D ROM monitor target mon2000 mon2000 ROM monitor target ppcbug PPCBUG ROM monitor for PowerPC package/devel/gdb/Makefile | 4 ++-- package/devel/gdb/patches/100-musl_fix.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/devel/gdb/Makefile b/package/devel/gdb/Makefile index 91f6bfe..f6d5fec 100644 --- a/package/devel/gdb/Makefile +++ b/package/devel/gdb/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gdb -PKG_VERSION:=7.10.1 +PKG_VERSION:=7.11 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gdb -PKG_MD5SUM:=39e654460c9cdd80200a29ac020cfe11 +PKG_MD5SUM:=b5c784685e1cde65ba135feea86b6d75 PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 diff --git a/package/devel/gdb/patches/100-musl_fix.patch b/package/devel/gdb/patches/100-musl_fix.patch index afe9dc7..09146c5 100644 --- a/package/devel/gdb/patches/100-musl_fix.patch +++ b/package/devel/gdb/patches/100-musl_fix.patch @@ -8,7 +8,7 @@ #include "defs.h" #include "inferior.h" #include "infrun.h" -@@ -73,6 +74,10 @@ +@@ -71,6 +72,10 @@ #define SPUFS_MAGIC 0x23c9b64e #endif -- 2.5.0 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
