From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id 9C505396E076 for ; Wed, 29 Apr 2020 18:12:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9C505396E076 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 7C96D11703D for ; Wed, 29 Apr 2020 14:12:56 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com 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 JP4y38SRuJ+L for ; Wed, 29 Apr 2020 14:12:56 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 49DBA117007 for ; Wed, 29 Apr 2020 14:12:56 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 97D4C8575B; Wed, 29 Apr 2020 11:12:54 -0700 (PDT) Date: Wed, 29 Apr 2020 11:12:54 -0700 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: GDB 9.2 release -- 2020-04-29 update Message-ID: <20200429181254.GA16641@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-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2020 18:12:57 -0000 Hi everyone, Not much traffic on the 9.2 front since my last update (Apr 9th). Right now, we only have 2 fixes in GDB 9.2: * Fix resizing of GDB TUI windows via 'winheight'. * Fix printf of a convenience variable holding an inferior address Searching for bugs marked for 9.2 in bugzilla (https://sourceware.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&list_id=52943&product=gdb&query_format=advanced&target_milestone=9.2) yields an empty list. Are there issues that you know of that you think should be included in 9.2? Given the nature of the current fixes, I might be tempted to wait a little bit before releasing 9.2, in case we discover some issues a bit later. On the other hand, we could simply get it out, so we can focus on GDB 10 instead. Normally, we would want to start on GDB 10 pretty soon. Looking at its NEWS file, there are a number of interesting features that would deserve to be released soon... Thoughts? -- Joel