From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49649 invoked by alias); 11 Nov 2019 17:50:40 -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 49638 invoked by uid 89); 11 Nov 2019 17:50:39 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1495 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, 11 Nov 2019 17:50:38 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C4D7156054; Mon, 11 Nov 2019 12:50:36 -0500 (EST) 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 C36eejTU14QW; Mon, 11 Nov 2019 12:50:36 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9389856053; Mon, 11 Nov 2019 12:50:36 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id EE3E7820FE; Mon, 11 Nov 2019 09:50:34 -0800 (PST) Date: Mon, 11 Nov 2019 17:50:00 -0000 From: Joel Brobecker To: Andrew Burgess Cc: gdb-patches@sourceware.org Subject: Re: GDB 9.1 release -- 2019-11-01 Update Message-ID: <20191111175034.GD23568@adacore.com> References: <20191104011626.GA24625@adacore.com> <20191110224010.GI11037@embecosm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191110224010.GI11037@embecosm.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-11/txt/msg00295.txt.bz2 Hi Andrew, On Sun, Nov 10, 2019 at 10:40:10PM +0000, Andrew Burgess wrote: > * Joel Brobecker [2019-11-03 17:16:26 -0800]: > > > If there are others you think need to be pushed before we branch, > > please let me know. Another way to catch my attention is to use PRs > > with the target milestone being set to "9.1". > > I'd was hoping to get these merged into 9.1 as they provide MI access > to some new CLI commands: > > https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/264 > https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/265 > https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/266 > https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/267 > https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/268 > https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/269 > > Most of these have already had an earlier versions reviewed, so > hopefully there isn't much more that needs doing. Those indeed look OK to me to include late in the game. So I've added them to the list of patches to track (but in the "if done in time, category, although I have no doubt it'll be done in time; we can wait an extra week or two if it helps). > Also this fixes a regressions from earlier versions: > > https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/511 > > but this can easily be merged into the release branch later. Thanks. Added to the list as well, but in the "should have" category. Thanks again! -- Joel