From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22620 invoked by alias); 1 Dec 2012 00:16:20 -0000 Received: (qmail 22581 invoked by uid 22791); 1 Dec 2012 00:16:19 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,MSGID_MULTIPLE_AT X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.154) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 01 Dec 2012 00:16:11 +0000 Received: from md14.u-strasbg.fr (md14.u-strasbg.fr [130.79.200.249]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id qB10G6Dl025870 for ; Sat, 1 Dec 2012 01:16:06 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms18.u-strasbg.fr [130.79.204.118]) by md14.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id qB10G6SP032293 for ; Sat, 1 Dec 2012 01:16:06 +0100 Received: from E6510Muller (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id qB10G5s8004349 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Sat, 1 Dec 2012 01:16:06 +0100 (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: References: In-Reply-To: Subject: RE: [ANNOUNCEMENT] GDB 7.5.1 released! Date: Sat, 01 Dec 2012 00:16:00 -0000 Message-ID: <003b01cdcf59$0ec5dea0$2c519be0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-12/txt/msg00000.txt.bz2 Hi Joel, maybe I still don't understand how tarball signature is supposed to work... I never did that before ... But I tried to verify the signature of the latest 7.5.1 release, but couldn't find the public key DSA keyFF325CF3 I thought that all GNU software shoulb be signed using Trying to find your key, I found this message: http://lists.gnu.org/archive/html/bug-gdb/2006-01/msg00006.html Where is the key? Pierre > -----Message d'origine----- > De=A0: gdb-owner@sourceware.org [mailto:gdb-owner@sourceware.org] De la p= art > de Joel Brobecker > Envoy=E9=A0: jeudi 29 novembre 2012 14:12 > =C0=A0: gdb@sourceware.org > Objet=A0: [ANNOUNCEMENT] GDB 7.5.1 released! >=20 >=20 > GDB 7.5.1 released! >=20 > Release 7.5.1 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. >=20 > You can download GDB from the GNU FTP server in the directory: >=20 > ftp://ftp.gnu.org/gnu/gdb >=20 > The vital stats: >=20 > Size md5sum Name > 21MB 3f48f468b24447cf24820054ff6e85b1 gdb-7.5.1.tar.bz2 > 28MB b1519bf899890d21d4774845a6e602fe gdb-7.5.1.tar.gz >=20 > There is a web page for GDB at: >=20 > http://www.gnu.org/software/gdb/ >=20 > That page includes information about GDB mailing lists (an announcement > mailing list, developers discussion lists, etc.), details on how to > access GDB's CVS 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. >=20 > GDB 7.5.1 is a minor corrective release over GDB 7.5, and includes > fixes for the following problems: >=20 > - strict-aliasing warnings in libiberty/md5.c generated by GCC 4.7. >=20 > - An "Attempt to dereference a generic pointer" error (-var-create). > This error only occurs when the "print object" setting is "on". >=20 > - Backtrace problems on x32 (PR backtrace/14646). >=20 > - next/step/finish problems on x32 (PR gdb/14647). >=20 > - A "malformed linespec error: unexpected keyword, [...]" error > (PR breakpoints/14643) >=20 > - GDB crash while stepping through powerpc (32bits) code. >=20 > - A failed assertion in linux_ptrace_test_ret_to_nx. >=20 > - A "!frame_id_inlined_p (frame_id)" failed assertion. >=20 > - A "No more reverse-execution history." error during reverse "next" > execution (PR 14548). >=20 > - Incomplete command descriptions in "apropos" output. >=20 > - PR gdb/14494 (a GDB crash difficult to characterize). >=20 > - A build warning in allocate_symtab when building on x86_64-windows. >=20 > GDB 7.5.1 also brings the following improvements: >=20 > - Offer some helpful tips when detecting a file/script for which > auto-loading has been declined. >=20 > - Special handling of program's '.exe' suffix when searching for > auto-load-able scripts. >=20 > GDB 7.5 brings new targets, features and improvements, including: >=20 > * Go language support. >=20 > * New targets (x32 ABI, microMIPS, Renesas RL78, HP OpenVMS ia64). >=20 > * More Python scripting improvements. >=20 > * SDT (Static Defined Tracing) probes support with SystemTap probes. >=20 > * GDBserver improvements (stdio connections, target-side evaluation > of breakpoint conditions, remote protocol improvements). >=20 > * Other miscellaneous improvements (ability to stop when a shared > library is loaded/unloaded, dynamic printf, etc). >=20 > * Reverse debugging on ARM. >=20 > * The binary "gdbtui" has been abandoned and can no longer be built. > Use "gdb -tui" instead. >=20 > For a complete list and more details on each item, please see the > gdb/NEWS file. >=20 > -- > Joel