From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58642 invoked by alias); 8 Dec 2019 12:38:43 -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 58634 invoked by uid 89); 8 Dec 2019 12:38:42 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-9.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:697 X-HELO: mailsec116.isp.belgacom.be Received: from mailsec116.isp.belgacom.be (HELO mailsec116.isp.belgacom.be) (195.238.20.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 08 Dec 2019 12:38:40 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1575808720; x=1607344720; h=message-id:subject:from:to:date:in-reply-to:references: mime-version:content-transfer-encoding; bh=BD6FFPkQ0xJ3gIGv+QrKbLpXbKvCszqs3ukU1XmvFQs=; b=LwOFAZ90TkdafCb4xgDudqUyhkhBzdlmFXG8Bue8pXQBwGfJeYf6nqEq 4b/ezQnnSDAomhSWu384tRE1y+Qp7Q==; IronPort-SDR: g86wVsNS4+EqX5kBlI0k7RdrIIBhexzJ29y9vlwXg2H4X9WdBsP7rkO5jd0v4upIXDYsHRjw4V 5PxiUfyw/aS83wVXv+cJE7SoR9gifV7Rdg0AcXfMk3WB8KZ57JbE3rULepG5zkYZEbaJ7PJOVA EK+Sf/gM1EBWrKO0r88YdIydDryG6oMuGh48c3G0hCGZu+//EmEovcuNm1nscBKv8dW6TmaJ/1 rM0vhVbZREwDHFtJsqKCbEmZ1uKOSqIX1W93gHTwaat8QcjScm9h0N/CB2ezHFPWR5hwbWwVAp Boo= Received: from 156.47-242-81.adsl-dyn.isp.belgacom.be (HELO md) ([81.242.47.156]) by relay.skynet.be with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 08 Dec 2019 13:38:38 +0100 Message-ID: <4e4221bda9fa05d41b2340530394defbbda09eb8.camel@skynet.be> Subject: Re: GDB 9.1 Release: Creating the branch on *WED* Dec 11th! From: Philippe Waroquiers To: Joel Brobecker , gdb-patches@sourceware.org Date: Sun, 08 Dec 2019 12:38:00 -0000 In-Reply-To: <20191208010532.GA22794@adacore.com> References: <20191208010532.GA22794@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-12/txt/msg00271.txt.bz2 On Sat, 2019-12-07 at 20:05 -0500, Joel Brobecker wrote: > Completed since the last update (2019-11-24): > --------------------------------------------- > - [PhilippeW] More flexible user-defined commands prefixing and naming > https://sourceware.org/ml/gdb-patches/2019-09/msg00588.html has been pushed the 30 of November. while the below should be ok to go in before Wednedsday, as the only thing still to review are 3 additional gdb_test in gdb.python/py-prettyprint.exp > - [PhilippeW] Implement 'print -raw-values' and 'set print raw-values on|off' > https://sourceware.org/ml/gdb-patches/2019-09/msg00582.html Thanks Philippe