From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19385 invoked by alias); 19 Dec 2009 18:03:07 -0000 Received: (qmail 19372 invoked by uid 22791); 19 Dec 2009 18:03:06 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 19 Dec 2009 18:03:01 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nBJI2I9p002371 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 19 Dec 2009 13:02:18 -0500 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nBJI2F9f019326 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 19 Dec 2009 13:02:17 -0500 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id nBJI2F47013677; Sat, 19 Dec 2009 19:02:15 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id nBJI2EMB013676; Sat, 19 Dec 2009 19:02:14 +0100 Date: Sat, 19 Dec 2009 18:03:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb@sourceware.org Subject: Re: time to create the gdb-7.0.1 release (?) Message-ID: <20091219180214.GA13414@host0.dyn.jankratochvil.net> References: <20091218061736.GV2804@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091218061736.GV2804@adacore.com> User-Agent: Mutt/1.5.20 (2009-08-17) X-IsSubscribed: yes 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: 2009-12/txt/msg00129.txt.bz2 Hi Joel, On Fri, 18 Dec 2009 07:17:36 +0100, Joel Brobecker wrote: > Anything else that should go in that (corrective) release? http://sourceware.org/ml/gdb-patches/2009-11/msg00422.html http://sourceware.org/ml/gdb-cvs/2009-11/msg00169.html [commit] SEGV trying to complete "catch exception" command * completer.c (complete_line_internal): Make sure the command completer is not NULL before calling it. http://sourceware.org/ml/gdb-patches/2009-11/msg00269.html http://sourceware.org/ml/gdb-cvs/2009-11/msg00118.html Re: [RFA] dcache invalidate fix * dcache.c (dcache_block): Replace member newer with next,prev. (dcache_struct): Delete member newest. (block_func): New typedef. (append_block, remove_block, for_each_block): New functions. (invalidate_block, free_block): New functions. (dcache_invalidate): Update (dcache_invalidate_line, dcache_alloc): Update to use new list accessors. (dcache_free): Ditto. Fix memory leak. Locking up GDB on ppc64 inferiors. While this unchecked-in is less intrusive http://sourceware.org/ml/gdb-patches/2009-11/msg00233.html it forgot to update `dcache->newest'. Optionally a set of testsuite results stabilization patches: http://sourceware.org/ml/gdb-patches/2009-11/msg00594.html http://sourceware.org/ml/gdb-cvs/2009-11/msg00233.html Subject: [patch] testsuite: bigcore.exp fuzzy PASS message fix http://sourceware.org/ml/gdb-patches/2009-11/msg00593.html http://sourceware.org/ml/gdb-cvs/2009-12/msg00013.html Subject: [patch] testcase: Fix spurious structs.exp FAILs http://sourceware.org/ml/gdb-patches/2009-11/msg00573.html http://sourceware.org/ml/gdb-cvs/2009-11/msg00232.html Subject: [patch] testsuite fuzzy results fixup: foll-fork.exp Regards, Jan