From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99519 invoked by alias); 4 Nov 2019 21:02:18 -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 99511 invoked by uid 89); 4 Nov 2019 21:02:18 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.6 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Envelope-From:sk:philipp, bandwidth, H*F:D*be X-HELO: mailsec114.isp.belgacom.be Received: from mailsec114.isp.belgacom.be (HELO mailsec114.isp.belgacom.be) (195.238.20.110) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 04 Nov 2019 21:02:15 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1572901335; x=1604437335; h=message-id:subject:from:to:date:in-reply-to:references: mime-version:content-transfer-encoding; bh=IT1PI/4YSk4ysaH8KAIKeIDD2gEyDD+LGrerpWbXkIo=; b=KJPcXhQFNPBQidXg45uqYXUY727NOzRe+zdcRqP442Dn16Ik4c5DV4Us qEkL3jQRPMYg932F/UQqoSN8rMHzlg==; IronPort-SDR: WSnsxal+TueNYG5LC/mZWxfwTiUM1wk3oGcTiFp+wAO78p8VmNxEBXQHrsBGGvgG4T9tGixMjy pouXDjpfOW77r6tsngyJ5Q5OQq2sWXTCc1AW/+22i66WhwwI/kYwjKUVmN/XK+f2Jgr/VhOh1d bHMT5QGXlJc8oanImhzmPszInOCP/v+J4um20+c6BEqkiNN+doAEcWbr4ZT9jKVNehCyUv08gt jejkLbYzcLXTuy55yXl8TQheLRJTdTlg6aamXvt6Ji5BSxV3cJEodWzJG+KdxQiWn5C0WRLfrr UjQ= Received: from 117.79-136-217.adsl-dyn.isp.belgacom.be (HELO md) ([217.136.79.117]) by relay.skynet.be with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 04 Nov 2019 22:01:59 +0100 Message-ID: Subject: Re: GDB 9.1 release -- 2019-11-01 Update From: Philippe Waroquiers To: Joel Brobecker , gdb-patches@sourceware.org Date: Mon, 04 Nov 2019 21:02:00 -0000 In-Reply-To: <20191104011626.GA24625@adacore.com> References: <20191104011626.GA24625@adacore.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-11/txt/msg00105.txt.bz2 On Sun, 2019-11-03 at 17:16 -0800, Joel Brobecker wrote: > Completed since the last update (2019-10-12): > --------------------------------------------- Note that I pushed https://sourceware.org/ml/gdb-patches/2019-10/msg01123.html Convenience functions $_gdb_setting/$_gdb_setting_str. 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 Thanks Philippe