From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130083 invoked by alias); 21 Sep 2016 17:46:23 -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 130058 invoked by uid 89); 21 Sep 2016 17:46:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=brobecker, Brobecker, H*r:112, our X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 21 Sep 2016 17:46:12 +0000 Received: by simark.ca (Postfix, from userid 112) id 785DB1E12B; Wed, 21 Sep 2016 13:46:10 -0400 (EDT) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id 9B4D31E107; Wed, 21 Sep 2016 13:46:08 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 21 Sep 2016 17:52:00 -0000 From: Simon Marchi To: Joel Brobecker Cc: gdb-patches@sourceware.org, t@adacore.com, donb@codesourcery.com, Pedro Alves , Yao Qi , antoine.tremblay@ericsson.com Subject: Re: GDB 7.12 release - 2016-09-21 update? In-Reply-To: <20160921171639.GB3842@adacore.com> References: <20160921171639.GB3842@adacore.com> Message-ID: <34925d6f8a7c2d4de24d470bad5e51d2@simark.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.2.0 X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00267.txt.bz2 On 2016-09-21 13:16, Joel Brobecker wrote: > Hello everyone, > > Sorry for being radio-silent the last few weeks. It's been a > combination > of a crazy traveling schedule, and that thing we call "work"... > > Anyways, I reviewed the list of PRs marked as targetting 7.12, > as well as the items listed in our 7.12 release page > (https://sourceware.org/gdb/wiki/GDB_7.12_Release). > > It looks like we may have a ways to go before being able to release. > Here are my thoughts on each of them. What do you guys think? Thanks for doing this, tell us if you need any help for anything. > PR 20487: Thread sync broken between mi and cli with new-ui command > > Assigned to: Antoine Tremblay > Status: Fix in progress > > Not sure if this is really blocking for 7.12 either as it > relates to a new feature. But since we seem to be close to > a resolution, and this makes the new feature more usable, > perhaps we can try to have it in 7.12. Otherwise, perhaps > release 7.12 with this limitation in the release notes, > and fix it for 7.12.1??? I took over this one. As you said, since it's not a regression, it's not critical. But as there are still other issues to be solved before the release, I'll continue to aim to have it in 7.12. If it happened to be the last remaining open issue, it should certainly not block the release. Simon