From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3157 invoked by alias); 8 Dec 2019 01:05:41 -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 3144 invoked by uid 89); 8 Dec 2019 01:05:41 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=evening, Real, Wednesday, Prefer 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; Sun, 08 Dec 2019 01:05:39 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 491BE116BDB for ; Sat, 7 Dec 2019 20:05:38 -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 pL3tBHKhQOjC for ; Sat, 7 Dec 2019 20:05:38 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C0455116B0C for ; Sat, 7 Dec 2019 20:05:37 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 5F1B0838B8; Sat, 7 Dec 2019 20:05:32 -0500 (EST) Date: Sun, 08 Dec 2019 01:05:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: GDB 9.1 Release: Creating the branch on *WED* Dec 11th! Message-ID: <20191208010532.GA22794@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-12/txt/msg00263.txt.bz2 Hello everyone, It's been a long time coming, and I think we're at a point where we can branch Real Soon Now. At this point, I have removed the section "if reviewed in time". We do have a couple of patches identified as needed, but one is about to be pushed, while the other has comments which don't seem super hard to address -- and the patch itself looks sufficiently small that it can be backported post branch creation. Therefore, unless there are issues that should delay the creation of the branch (please let us know!), I propose creating that branch on: Wednesday Dec 11th, sometime in the evening of Western Europe Still Pending: -------------- - [TomT/PedroA] Handle pending stops from the Windows kernel Gerrit: https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/414 Add pending stop support to gdbserver's Windows port Gerrit: https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/432 The first patch has been approved, and thus should get pushed fairly quickly. The second has been reviewed, and changes have been requested. Without looking too much into details, the comments don't seem too hard to address. Completed since the last update (2019-11-24): --------------------------------------------- - [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 - [Christian B] The threaded symbol loading that tromey Christian have been working on Gerrit: https://gnutoolchain-gerrit.osci.io/r/q/topic:%22minsyms-threads%22+(status:open%20OR%20status:merged) -- Joel