From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id h1c3GHukgmCvdwAAWB0awg (envelope-from ) for ; Fri, 23 Apr 2021 06:42:03 -0400 Received: by simark.ca (Postfix, from userid 112) id 5528C1F104; Fri, 23 Apr 2021 06:42:03 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 9F44F1E789 for ; Fri, 23 Apr 2021 06:42:02 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id D14CC393C85F; Fri, 23 Apr 2021 10:42:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D14CC393C85F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1619174521; bh=AJ6uK9A1rrc4Cb4CGY0aTvvArGYMFm8mECZHhZDCEX0=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=FVdWQilqz9xk4r2/ksuKP6E26Eyq/8G8Ru3DuqjTJiIZc+2CCevalmSsiPCf+GNA2 g7q/bHSaQFNu7TAjx+jO6NBezfzqqluJYpRTHYoRSx2H+74/h2QBcq7HRvuQZVAmMv bPTEcN2XCtTnBQvQbF7XoEIBbxIv0kHdLkY7rJtc= 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 To: Eli Zaretskii 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-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: , From: Lancelot SIX via Gdb-patches Reply-To: Lancelot SIX Cc: Tom Tromey , gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" 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.