From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2169 invoked by alias); 24 Nov 2019 18:16:26 -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 2161 invoked by uid 89); 24 Nov 2019 18:16:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.9 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=Philippe, 9.1 X-HELO: mailsec118.isp.belgacom.be Received: from mailsec118.isp.belgacom.be (HELO mailsec118.isp.belgacom.be) (195.238.20.114) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 24 Nov 2019 18:16:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1574619382; x=1606155382; h=message-id:subject:from:to:date:in-reply-to:references: mime-version:content-transfer-encoding; bh=KtQDjCzYEioF5mTaw0qLseKY0kvxlgVsDl0GgHI6eK4=; b=CFcMRkSgHhQPrZ1Sxfq35DMkzAtezp2evxh1AxwFVRZ4nocfOkdFauK6 JiwgJKp+VXq+XS1myrwrqJ4wo6tHXg==; IronPort-SDR: CCA6WDMoVPXU4NKBUSc/oqn9j89XhzAIJJzxRLc+zPViYzefzlI1Yv13iO1gnZLkXIqNs75wF2 02sCdpek2hZQkhdmseSZ0TQz53jednd7f0LsrajFfwh5umii/o3R5dzwiuVmo9S5eEyk+l3uXk qbgKWWBqIbmCLHTY/c54KcLYcCW74/eNQKJyj2ICtPpyoLNB5wRvcHVGJqsMYkV8JYzZTuO4we e6PwalK//74ACtjno2jj9DfZLKAdEWyYIebTQnefmfp4TfAlIcc12CaRexBSGj1CyVM4pEclAm Kvo= Received: from 136.173-134-109.adsl-dyn.isp.belgacom.be (HELO md) ([109.134.173.136]) by relay.skynet.be with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 24 Nov 2019 19:16:20 +0100 Message-ID: Subject: Re: GDB 9.1 release -- 2019-11-18 Update From: Philippe Waroquiers To: Joel Brobecker , gdb-patches@sourceware.org, tdevries@suse.de, cbiesinger@google.com, andrew.burgess@embecosm.com, tom@tromey.com Date: Sun, 24 Nov 2019 18:16:00 -0000 In-Reply-To: <20191119011235.GD2568@adacore.com> References: <20191119011235.GD2568@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/msg00797.txt.bz2 On Mon, 2019-11-18 at 17:12 -0800, Joel Brobecker wrote: > If reviewed and completed in time: > ---------------------------------- > > - [PhilippeW] [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 > > - [PhilippeW] Allow the user to define default leading args for commands and aliases > https://sourceware.org/ml/gdb-patches/2019-09/msg00583.html > > - [PhilippeW] Implement 'print -raw-values' and 'set print raw-values on|off' > https://sourceware.org/ml/gdb-patches/2019-09/msg00582.html > > - [PhilippeW] More flexible user-defined commands prefixing and naming > https://sourceware.org/ml/gdb-patches/2019-09/msg00588.html Ping for reviews ? Thanks Philippe