From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9219 invoked by alias); 15 Jan 2015 12:02:55 -0000 Mailing-List: contact gdb-announce-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-announce-owner@sourceware.org Received: (qmail 6106 invoked by uid 89); 15 Jan 2015 11:55:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Joel Brobecker To: gdb-announce@sourceware.org, info-gnu@gnu.org Subject: GDB 7.8.2 released! Message-Id: <20150115115537.A0C3848E8A@joel.gnat.com> Date: Thu, 15 Jan 2015 12:02:00 -0000 X-SW-Source: 2015/txt/msg00001.txt.bz2 GDB 7.8.2 released! Release 7.8.2 of GDB, the GNU Debugger, is now available via anonymous FTP. GDB is a source-level debugger for Ada, C, C++, Objective-C, Pascal and many other languages. GDB can target (i.e., debug programs running on) more than a dozen different processor architectures, and GDB itself can run on most popular GNU/Linux, Unix and Microsoft Windows variants. You can download GDB from the GNU FTP server in the directory: ftp://ftp.gnu.org/gnu/gdb The vital stats: Size md5sum Name 17MiB a80cf252ed2e775d4e4533341bbf2459 gdb-7.8.2.tar.xz 32MiB 8b0ea8b3559d3d90b3ff4952f0aeafbc gdb-7.8.2.tar.gz There is a web page for GDB at: http://www.gnu.org/software/gdb/ That page includes information about GDB mailing lists (an announcement mailing list, developers discussion lists, etc.), details on how to access GDB's source repository, locations for development snapshots, preformatted documentation, and links to related information around the net. We will put errata notes and host-specific tips for this release on-line as any problems come up. All mailing lists archives are also browsable via the web. GDB 7.8.2 provides the following fixes and improvements over GDB 7.8.1: * PR symtab/17642 ([7.8 regression] internal-error: resolve_dynamic_struct: Assertion `TYPE_NFIELDS (type) > 0' failed.) * PR binutils/17677 (_bfd_elf_get_synthetic_symtab runs in O(n^2) complexity) * PR gdb/16215 (SPARC: can't compute CFA for this frame) * PR gdb/17525 (target-async: breakpoint commands not executed when program run from -x script) * PR cli/17828 ([7.8 regression] -batch -ex r breaks terminal) GDB 7.8.1 provides the following fixes and improvements over GDB 7.8: * PR python/17364 (Need better printer names in bound_registers.py) * PR build/17104 (CFLAGS="-Wall -Wextra" gdb/confgure --with-babeltrace fails) * PR gdb/17345 (babeltrace (1.1.2 and later) complains about the ctf data generated by GDB) * PR build/17298 (gcore: Couldn't get registers: No such process) * PR python/17342 (Xmethod Python is not Python 3 compatible) * PR python/17355 (Crash on Python frame filters with unreadable arg) * PR guile/17367 (computation of guild path wrong when pkg-config script supplied as arg to --with-guile) * PR gdb/17247 (gdb freezes on multi threaded app) * PR gdb/17347 (Regression: GDB stopped on run with attached process) * PR gdb/17407 (Regression for Linux vDSO reading) * PR server/17457 (aarch64/gdbserver: wrong floating point registers display) * PR server/17487 (state->dr_control_mirror == 0 failed assertion in gdbserver on Windows) * PR gdb/17472 (with annotations, input while executing in the foreground crashes readline/gdb) * PR gdb/17471 (repeating a background command makes it foreground) * PR cli/17300 (crash in non-stop mode with continue -a & (readline_callback_read_char() called with no handler!)) * PR python/17372 (python hangs when displaying help()) * PR python/17408 (../../gdb/infrun.c:5256: internal-error: switch_back_to_stepped_thread: Assertion `!schedlock_applies(1)' failed.) GDB 7.8 brings new targets, features and improvements, including: * Guile scripting support. * Python scripting enhancements. * New commands: ** guile ** guile-repl ** info auto-load guile-scripts [REGEXP] * New options: ** maint ada set ignore-descriptive-types (on|off) ** maint set target-async (on|off) ** set|show auto-load guile-scripts (on|off) ** set|show auto-connect-native-target ** set|show guile print-stack (none|message|full) ** set|show mi-async (on|off) ** set|show print symbol-loading (off|brief|full) ** set|show record btrace replay-memory-access (read-only|read-write) * Deprecated commands: ** "dll-symbols" and its two aliases ("add-shared-symbol-files" and "assf"). Use the "sharedlibrary" command instead. ** "set|show remotebaud". Use "set|show serial baud" instead. * Remote Protocol: ** The qXfer:btrace:read packet supports a new annex 'delta'. * GDB/MI: ** A new option "-gdb-set mi-async" replaces "-gdb-set target-async". * New target configurations: ** PowerPC64 GNU/Linux little-endian powerpc64le-*-linux* * btrace enhancements: ** The btrace record target now supports the 'record goto' command. ** The btrace record target supports limited reverse execution and replay. * ISO C99 variable length automatic arrays support. * It is no longer required to "set target-async on" in order to use background execution commands (e.g., "c&", "s&", etc.). * "catch syscall" now implemented on s390*-linux* targets. * The "compare-sections" command now works on all targets. * The "target native" command now connects to the native target, and can be used to launch native programs, even if "set auto-connect-native-target" is set to off. For a complete list and more details on each item, please see the gdb/NEWS file. -- Joel Brobecker