From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lndn.lancelotsix.com (vps-42846194.vps.ovh.net [IPv6:2001:41d0:801:2000::2400]) by sourceware.org (Postfix) with ESMTPS id 603AB393BC17 for ; Fri, 23 Apr 2021 10:41:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 603AB393BC17 Received: from Plymouth (unknown [IPv6:2a02:390:9086:0:faa5:dd57:59c4:7bd9]) by lndn.lancelotsix.com (Postfix) with ESMTPSA id 2A9E78183C; Fri, 23 Apr 2021 10:41:57 +0000 (UTC) Date: Fri, 23 Apr 2021 11:41:53 +0100 From: Lancelot SIX To: Eli Zaretskii Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [PATCH] Fix ptype/o bug with "" Message-ID: <20210423104153.77hotw6yvek2lt4p@Plymouth> References: <20210422014904.3521301-1-tom@tromey.com> <20210422093100.GM2610@embecosm.com> <87zgxq8nmr.fsf@tromey.com> <20210422214553.pkvxsgnotuftuwgt@Plymouth> <87czulg4os.fsf@tromey.com> <83r1j1o7fi.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83r1j1o7fi.fsf@gnu.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (lndn.lancelotsix.com [0.0.0.0]); Fri, 23 Apr 2021 10:41:57 +0000 (UTC) X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP, URIBL_CSS, URIBL_CSS_A 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: Fri, 23 Apr 2021 10:42:01 -0000 On Fri, Apr 23, 2021 at 09:12:49AM +0300, Eli Zaretskii wrote: > > From: Tom Tromey > > Date: Thu, 22 Apr 2021 19:39:15 -0600 > > Cc: Tom Tromey , gdb-patches@sourceware.org > > > > Tom> Thanks. I think I'll hold this one until the other ptype/o patches > > Tom> land. > > > > >> I think you are referring to my ptype patch > > >> (https://sourceware.org/pipermail/gdb-patches/2021-April/177841.html) > > >> which still needs to be approved for the documentation part. > > > > Yep. > > > > I didn't check if Eli approved the docs in v1. If so then you're good. > > If I missed it, I apologize; please point me to the un-reviewed patch, > and I will review. Hi, The patch that needs to be reviewed for the documentation part it this one: https://sourceware.org/pipermail/gdb-patches/2021-April/177843.html Thanks, Lancelot.