From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30736 invoked by alias); 31 Dec 2014 18:11:38 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 30725 invoked by uid 89); 31 Dec 2014 18:11:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 31 Dec 2014 18:11:36 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBVIBXFv027888 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 31 Dec 2014 13:11:33 -0500 Received: from host2.jankratochvil.net (ovpn-116-47.ams2.redhat.com [10.36.116.47]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id sBVIBT9Q020258 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 31 Dec 2014 13:11:31 -0500 Date: Wed, 31 Dec 2014 18:11:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb-patches@sourceware.org, Phil Muldoon Subject: Re: GDB 7.9 branching - 2 weeks to go (Mon, Jan 12th)! Message-ID: <20141231181128.GA3016@host2.jankratochvil.net> References: <20141230071500.GF2123@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141230071500.GF2123@adacore.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00697.txt.bz2 On Tue, 30 Dec 2014 08:15:00 +0100, Joel Brobecker wrote: > But, at the moment, there is no blocking item listed. I find as a blocker the regression already filed for 7.8.x: https://sourceware.org/gdb/wiki/GDB_7.8_Release [Phil?] PR cli/17716 ([7.7 regression] Backtrace cannot be stopped by 'q' or CTRL-C) https://sourceware.org/bugzilla/show_bug.cgi?id=17716 Therefore I have copied the TODO item now also for 7.9: https://sourceware.org/gdb/wiki/GDB_7.9_Release?action=diff&rev2=4&rev1=3 For some reason it did not reproduce in real world of F-20 (7.7) but it does reproduce in F-21 (7.8) which I find very annoying as a GDB user. Jan