From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37544 invoked by alias); 4 Dec 2017 14:56:50 -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 37534 invoked by uid 89); 4 Dec 2017 14:56:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=authentication, sergiodj, 22511, you! 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 Dec 2017 14:56:47 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 2A750116CD9; Mon, 4 Dec 2017 09:56:46 -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 jzZMAczZJKUQ; Mon, 4 Dec 2017 09:56:46 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id CDFAF1167C1; Mon, 4 Dec 2017 09:56:45 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 1AB87809B1; Mon, 4 Dec 2017 15:56:44 +0100 (CET) Date: Mon, 04 Dec 2017 14:56:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Cc: tom@tromey.com, palves@redhat.com, sergiodj@redhat.com, yao.qi@arm.com Subject: GDB 8.1 branching 2017-12-04 update Message-ID: <20171204145644.hjd3jisybmndqn7p@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2017-12/txt/msg00071.txt.bz2 Hello, As far as I know, the issues identified the last time we did an update on the branch have all been either - defered to the next release (ARMv8.3-A Pointer Authentication suppport), or pushed. See: https://sourceware.org/gdb/wiki/GDB_8.1_Release There are a number of PRs targetting 8.1 however. Should we wait for those to be fixed before we branch? * [TomT] PR breakpoint/22511 Regression in "commands" * [PedroA] PR gdb/Bug 22499 8.0 regression: wrongly read $xmm0 Pedro sent a patch for review on Nov 29th, so I think we can wait for that one before branching. * [SergioDJ] PR cli/16224 add "pahole" functionality to ptype Work is being done as we speak, with some patches sent. I think we continue the wait. In addition, we have the following unassigned PR: * [YaoQ???] PR python/22475 Python API: breakpoint subclass: GDB crashes if function called through parse_and_eval() exits Yao - are you working on this PR? I am asking because you marked it as targetting 8.1 with the following message: "Set the target milestone to 8.1, although it is not a regression from last release.". I'll continue monitor those PRs closely, and hope that we can branch by, say, early next week. Am I missing other issues that you think should block the creation of the 8.1 branch? Thank you! -- Joel