From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost.localdomain (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id C93CC385480D for ; Sat, 24 Oct 2020 06:01:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org EE76D3857C49 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com X-Virus-Scanned: Debian amavisd-new at gnat.com Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Joel Brobecker To: gdb@sourceware.org Subject: [ANNOUNCEMENT] GDB 10.1 released! Message-Id: Date: Sat, 24 Oct 2020 09:48:51 +0400 (+04) X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-Mailman-Approved-At: Sat, 24 Oct 2020 06:01:17 +0000 X-BeenThere: gdb-announce@sourceware.org X-Mailman-Version: 2.1.29 Errors-To: gdb-announce-bounces@sourceware.org Reply-To: gdb@sourceware.org X-Mailer: Perl5 Mail::Internet v2.20 Sender: Kernel Overflow User X-BeenThere: gdb@sourceware.org Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2020 06:01:18 -0000 GDB 10.1 released! Release 10.1 of GDB, the GNU Debugger, is now available. GDB is a source-level debugger for Ada, C, C++, Fortran, Go, Rust, 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. GDB is free (libre) software. You can download GDB from the GNU FTP server in the directory: ftp://ftp.gnu.org/gnu/gdb The vital stats: Size md5sum Name 21MiB 1822a7dd45e7813f4408407eec1a6af1 gdb-10.1.tar.xz 39MiB 67b01c95c88ab8e05a08680904bd6c92 gdb-10.1.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 10.1 includes the following changes and enhancements: * Support for debugging new targets: - BPF (bpf-unknown-none) * GDBserver support for the following targets: - ARC GNU/Linux - RISC-V GNU/Linux * Multi-target debugging support (experimental) * Support for debuginfod, an HTTP server for distributing ELF/DWARF debugging information as well as source code. * Support for debugging a 32-bit Windows program using a 64-bit Windows GDB. * Support for building GDB with GNU Guile 3.0 and 2.2 (in addition to 2.0) * Improved performance during startup through the use of threading during symbol table loading (an optional feature in GDB 9, now enabled by default in GDB 10). * Various enhancements to the Python and Guile APIs * Various TUI Mode fixes and enhancements. * Other miscellaneous enhancements: - Detection when attaching to a process of a mismatch between this process and the executable previously loaded into GDB. - Support for default arguments for "alias" commands. * GDBserver support for the following host triplets has been removed: i[34567]86-*-lynxos* powerpc-*-lynxos* i[34567]86-*-nto* bfin-*-*linux* crisv32-*-linux* cris-*-linux* m32r*-*-linux* tilegx-*-linux* arm*-*-mingw32ce* i[34567]86-*-mingw32ce* For a complete list and more details on each item, please see the gdb/NEWS file, available at: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=gdb-10.1-release -- Joel Brobecker