From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54181 invoked by alias); 4 Nov 2019 01:16:32 -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 54173 invoked by uid 89); 4 Nov 2019 01:16:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=champion, gerrit, respective, H*RU:sk:filtere 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, 04 Nov 2019 01:16:31 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D912C560C8 for ; Sun, 3 Nov 2019 20:16:28 -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 R0SyPy30-L7R for ; Sun, 3 Nov 2019 20:16:28 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A965F5600A for ; Sun, 3 Nov 2019 20:16:28 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id A2FA782B76; Sun, 3 Nov 2019 17:16:26 -0800 (PST) Date: Mon, 04 Nov 2019 01:16:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: GDB 9.1 release -- 2019-11-01 Update Message-ID: <20191104011626.GA24625@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-11/txt/msg00061.txt.bz2 Hi everyone, Let's do a quick update on where we are respective to the next release. Objective #1 is to branch. Before we do so, we need to identify the list of changes that are large and/or tricky enough that we'd want those change to be done in master, prior to branching. Below is the list of patches that I know about. If your name is next to it, it means you're the patch's champion ;-). 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". Still Pending: -------------- - [Tom DV] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI mode https://sourceware.org/ml/gdb-patches/2019-10/msg00099.html Gerrit: https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/28 Pedro gave it the OK, but mentioned that he'd like Andrew to review. - [Tom DV] Prefer var def over decl https://sourceware.org/ml/gdb-patches/2019-09/msg00161.html Gerrit: https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/29 Tom T said the patch is reasonable, but was wondering whether we shouldn't even be in that situation in the first place, if we were to not create symbols for declarations... - [Christian B] The threaded symbol loading that tromey Christian have been working on Missing an URL to the patch, so can't check progress Completed since the last update (2019-10-12): --------------------------------------------- - [Christian B] Load system gdbinit files from a directory https://sourceware.org/ml/gdb-patches/2019-10/msg00125.html https://www.sourceware.org/ml/gdb-patches/2019-10/msg01035.html - [Tom DV] Fix 'Unexpected register class' assert in amd64_push_arguments https://sourceware.org/ml/gdb-patches/2019-10/msg00293.html https://www.sourceware.org/ml/gdb-cvs/2019-10/msg00130.html - [Tom DV] Fix inferior call arg passing for amd64 https://sourceware.org/ml/gdb-patches/2019-10/msg00307.html https://www.sourceware.org/ml/gdb-cvs/2019-10/msg00131.html Thank you! -- Joel