From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50169 invoked by alias); 10 Nov 2019 22:40:15 -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 50160 invoked by uid 89); 10 Nov 2019 22:40:15 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=hoping, prs X-HELO: mail-wr1-f41.google.com Received: from mail-wr1-f41.google.com (HELO mail-wr1-f41.google.com) (209.85.221.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 10 Nov 2019 22:40:13 +0000 Received: by mail-wr1-f41.google.com with SMTP id s5so1520698wrw.2 for ; Sun, 10 Nov 2019 14:40:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=WOgiIccitLl4EUk5A3aRQJufxghI0T5GdYMfJrJnPlA=; b=M7x9wYKjZHseFd37+aKmioVrRSOe0apmYACuebNAQHIc0zNIfre9vXq8lPDlXXLnMC oeMcBV3xkc5GVP8GeZcA/BiOQxK4wEViVYFOCBcsoRB69bp+dxSXNIAYAu+JWZPk0eIP RRdgHVB2RlHQuORghfe+h1GtqjWCHxAPCaNZdpqy6VQ1GBWkYVzm5Cz/QIFFPP8nQA+b G3F3lReeCpJNTpbtniNu7mB6r0kJWhpoX7J/aQzO0/CCUz4DQ18NXl5kL2QTalAqvNdz tb7XuHFmYRZtc3ptxyt2jNBr71jb11LQttyQZJayv3CEvJZ5PDaEEBs5VJPISDmPjDZ2 N4EQ== Return-Path: Received: from localhost (host86-128-12-122.range86-128.btcentralplus.com. [86.128.12.122]) by smtp.gmail.com with ESMTPSA id h15sm9544968wrb.44.2019.11.10.14.40.10 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 10 Nov 2019 14:40:10 -0800 (PST) Date: Sun, 10 Nov 2019 22:40:00 -0000 From: Andrew Burgess To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: GDB 9.1 release -- 2019-11-01 Update Message-ID: <20191110224010.GI11037@embecosm.com> References: <20191104011626.GA24625@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191104011626.GA24625@adacore.com> X-Fortune: If at first you don't succeed, you are running about average. X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] User-Agent: Mutt/1.9.2 (2017-12-15) X-IsSubscribed: yes X-SW-Source: 2019-11/txt/msg00280.txt.bz2 * 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. 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, Andrew