From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40834 invoked by alias); 11 Nov 2019 17:44:55 -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 40826 invoked by uid 89); 11 Nov 2019 17:44:55 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=landing, gdbpatches, gdb-patches, philippe 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, 11 Nov 2019 17:44:53 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 419F256055; Mon, 11 Nov 2019 12:44:52 -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 f+pTfWkKgIij; Mon, 11 Nov 2019 12:44:52 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 1AFC456053; Mon, 11 Nov 2019 12:44:52 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 3825E820FE; Mon, 11 Nov 2019 09:44:50 -0800 (PST) Date: Mon, 11 Nov 2019 17:44:00 -0000 From: Joel Brobecker To: Philippe Waroquiers Cc: gdb-patches@sourceware.org Subject: Re: GDB 9.1 release -- 2019-11-01 Update Message-ID: <20191111174450.GB23568@adacore.com> References: <20191104011626.GA24625@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-11/txt/msg00292.txt.bz2 Hi Philippe, > If there is some more review bandwidth before 9.1, here are the list > of remaining pending patches: > > > RFC Have an option to tell GDB to detect and possibly handle mismatched exec-files > https://sourceware.org/ml/gdb-patches/2019-09/msg00580.html > > Allow the user to define default leading args for commands and aliases > https://sourceware.org/ml/gdb-patches/2019-09/msg00583.html > > Implement 'print -raw-values' and 'set print raw-values on|off' > https://sourceware.org/ml/gdb-patches/2019-09/msg00582.html > > More flexible user-defined commands prefixing and naming. > https://sourceware.org/ml/gdb-patches/2019-09/msg00588.html I've added those to the list I'll track as, unlike some other patches that others highlighted, these don't seem overly risky for landing just before branching, or being backported. -- Joel