From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50387 invoked by alias); 2 Jul 2018 22:12:39 -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 50023 invoked by uid 89); 2 Jul 2018 22:12:38 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=agreement, tight, opportunity, our X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 02 Jul 2018 22:12:36 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 6C3BF560D0; Mon, 2 Jul 2018 18:12:35 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id IWUZb82BIt8F; Mon, 2 Jul 2018 18:12:35 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 448D556048; Mon, 2 Jul 2018 18:12:35 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 8E12187911; Mon, 2 Jul 2018 15:12:33 -0700 (PDT) Date: Mon, 02 Jul 2018 22:12:00 -0000 From: Joel Brobecker To: Philippe Waroquiers Cc: gdb-patches@sourceware.org Subject: Re: GDB 8.2 branch WEDNESDAY? (2018-07-02 update) Message-ID: <20180702221233.GA30500@adacore.com> References: <20180702201833.GA1080@adacore.com> <1530565121.29413.10.camel@skynet.be> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1530565121.29413.10.camel@skynet.be> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2018-07/txt/msg00039.txt.bz2 > > * (PhilippeW) Implement 'frame apply COMMAND', enhance 'thread apply COMMAND' > > v3 sent on June 24th: > > https://www.sourceware.org/ml/gdb-patches/2018-06/msg00559.html > > > > At this point, it looks to me like there are still some questions > > related to the new command-line interface itself, so it seems > > better to give our the time to think this through. Let's keep > > the pressure on, to get this patch series over the hump, but > > let's also give ourselves the opportunity to observe the patch > > in the master branch for a while before it makes it to a release. > To my knowledge, v3 implements all what was discussed with Pedro. > However, we still have a question related to the 'compatibility' > between this patch and the patch >   https://sourceware.org/ml/gdb-patches/2018-06/msg00170.html > regarding using 'id' or 'level' to identify a frame. > > So, effectively, we better agree on that aspect before pushing > (in the master branch then) ... That is indeed my main concern, and considering the proposed branching date, I am thinking it might be tight to get an agreement. And if we do get an agreement in time, would it make sense to wait after the branch or not? I haven't followed the thread very closely, so I'll defer to your judgement as well as the Pedro's. -- Joel