Update to 7.10.1
Changelog: December 5th, 2015: GDB 7.10.1 Released! The latest version of GDB, version 7.10.1, is available for download. This is a minor corrective release over GDB 7.10, fixing the following issues: PR remote/18965 (new vforkdone stop reply should indicate parent process ID) PR gdb/18957 (build failure in linux-namespaces.c due to setns static declaration) PR gdb/19297 (Internal error on "record btrace": Unexpected branch trace format) PR c++/16957 (gdb segfaults when loading symbols in C++11-enabled application) PR c++/19306 (Incorrect demangling of symbols with ABI tags) PR c++/19307 (Demangler bugs found with fuzz-testing) PR c++/19308 (Demangle C++ Transactional Memory TS (N4514) symbols) August 28th, 2015: GDB 7.10 Released! The latest version of GDB, version 7.10, is available for download. Changes in this release include: Improved support for accessing shared libraries directly from the target system when debugging remotely. Various Guile and Python scripting improvements. Record-replay and reverse debugging on Aarch64 Linux. Support for fork events on extended-remote Linux targets (Linux kernels 2.5.60 and later). DTrace USDT (Userland Static Defined Tracing) probes support on x86_64 GNU/Linux targets. Vector ABI support on S/390 GNU/Linux targets. GDB now reads the GDBHISTSIZE environment variable rather than HISTSIZE to determine the size of GDB's command history. Support for setting the parity when connecting to the target using a serial interface. The number of candidates to be considered during completion can now be limited. Support for Sun's version of the "stabs" debug file format has been removed. Support for HP/PA running HP-UX (hppa*-*-hpux*) has been removed. Support for Itanium running HP-UX (ia64-*-hpux*) has been removed. See the NEWS file for a more complete and detailed list of what this release includes.
This commit is contained in:
parent
bb981c5b3c
commit
e4a0456a18
3 changed files with 11 additions and 9 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.50 2015/09/23 08:44:41 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.51 2016/01/19 12:18:24 ryoon Exp $
|
||||
|
||||
DISTNAME= gdb-7.9
|
||||
PKGREVISION= 4
|
||||
DISTNAME= gdb-7.10.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST.common,v 1.8 2015/08/17 15:02:51 wiz Exp $
|
||||
@comment $NetBSD: PLIST.common,v 1.9 2016/01/19 12:18:24 ryoon Exp $
|
||||
bin/gdb
|
||||
include/gdb/jit-reader.h
|
||||
include/plugin-api.h
|
||||
|
@ -18,6 +18,7 @@ share/gdb/python/gdb/command/frame_filters.py
|
|||
share/gdb/python/gdb/command/pretty_printers.py
|
||||
share/gdb/python/gdb/command/prompt.py
|
||||
share/gdb/python/gdb/command/type_printers.py
|
||||
share/gdb/python/gdb/command/unwinders.py
|
||||
share/gdb/python/gdb/command/xmethods.py
|
||||
share/gdb/python/gdb/frames.py
|
||||
share/gdb/python/gdb/function/__init__.py
|
||||
|
@ -28,7 +29,9 @@ share/gdb/python/gdb/printer/bound_registers.py
|
|||
share/gdb/python/gdb/printing.py
|
||||
share/gdb/python/gdb/prompt.py
|
||||
share/gdb/python/gdb/types.py
|
||||
share/gdb/python/gdb/unwinder.py
|
||||
share/gdb/python/gdb/xmethod.py
|
||||
share/gdb/syscalls/aarch64-linux.xml
|
||||
share/gdb/syscalls/amd64-linux.xml
|
||||
share/gdb/syscalls/arm-linux.xml
|
||||
share/gdb/syscalls/gdb-syscalls.dtd
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.23 2015/11/03 03:27:27 agc Exp $
|
||||
$NetBSD: distinfo,v 1.24 2016/01/19 12:18:24 ryoon Exp $
|
||||
|
||||
SHA1 (gdb-7.9.tar.gz) = 8f89aa6847dc87de2f720779a87ba360bdbc7efd
|
||||
RMD160 (gdb-7.9.tar.gz) = 939dda771a073e82e7d72fd584246f3d1d8e9bdc
|
||||
SHA512 (gdb-7.9.tar.gz) = 698b7d97fb484f2b5dd5e00ded81b3210d25b2ef182447c467372a0f053644397ab9c62eccb88bfc849ddb4e3b3d5f0decfe0d1e7c69bf3611c4103da205962a
|
||||
Size (gdb-7.9.tar.gz) = 33225783 bytes
|
||||
SHA1 (gdb-7.10.1.tar.gz) = f5a47daa50df3b79a73c7c717363ee3a7e040e07
|
||||
RMD160 (gdb-7.10.1.tar.gz) = a28765ef207459061165e64ea1a546047673c047
|
||||
SHA512 (gdb-7.10.1.tar.gz) = d32faddaab92dd407718dc3ee304a8f6267354f2ccad753d71b6ed9dd51524e2329eba13711f7ae4b690d81bc1510544fabc39b30328463930bd10a60b0939a0
|
||||
Size (gdb-7.10.1.tar.gz) = 34526368 bytes
|
||||
SHA1 (patch-ao) = fe55dc7245f438fccb7965ceb220be951f85a535
|
||||
SHA1 (patch-bfd_Makefile.in) = da5b56c9854e58d462f08577aac4dde4bb5b1830
|
||||
SHA1 (patch-gdb_bsd-kvm.c) = 837614b107181f79fd5c018ebd76a9010e5ab602
|
||||
|
|
Loading…
Reference in a new issue