Path to this page:
Subject: CVS commit: pkgsrc/devel/gdb
From: Ryo ONODERA
Date: 2016-01-19 13:18:24
Message id: 20160119121824.4431CFBA3@cvs.NetBSD.org
Log Message:
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.
Files: