From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id HVXFD056kl/nVgAAWB0awg (envelope-from ) for ; Fri, 23 Oct 2020 02:38:06 -0400 Received: by simark.ca (Postfix, from userid 112) id 32B6B1EE09; Fri, 23 Oct 2020 02:38:06 -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 A5B001E552 for ; Fri, 23 Oct 2020 02:38:05 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 5F1553858015; Fri, 23 Oct 2020 06:38:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5F1553858015 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1603435085; bh=18+c7DvAmZj1ZaP1WRI+u5fUrTy6eC8R2/eJHaI/pDs=; h=Date:To:In-Reply-To:Subject:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=juAFk6RsL+ZeufaLZdgSmVNXUpdsMOD6Ma25VRAMQPeKPFyw+5L2k4N8gmLYcV0kh 5d348qPoGaAm1R2ILdWS5ZDe1DjPASF+QLwrcC00t7qRETCH5VPt4bmhLTpB9f+7Wk tjaxiOAlcvQ7R6JVieaL3fneBNdO8/sGVX3OFoc0= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 938F03858002 for ; Fri, 23 Oct 2020 06:38:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 938F03858002 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60398) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kVqi8-0000dG-CX; Fri, 23 Oct 2020 02:38:02 -0400 Received: from [176.228.60.248] (port=2674 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kVqi7-0005JL-BX; Fri, 23 Oct 2020 02:38:00 -0400 Date: Fri, 23 Oct 2020 09:37:45 +0300 Message-Id: <835z71la6e.fsf@gnu.org> To: Luis Machado In-Reply-To: <20201022200014.5189-23-luis.machado@linaro.org> (message from Luis Machado via Gdb-patches on Thu, 22 Oct 2020 17:00:12 -0300) Subject: Re: [PATCH v2 22/24] Document new "x" and "print" memory tagging extensions References: <20201022200014.5189-1-luis.machado@linaro.org> <20201022200014.5189-23-luis.machado@linaro.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: , From: Eli Zaretskii via Gdb-patches Reply-To: Eli Zaretskii Cc: david.spickett@linaro.org, gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" > Date: Thu, 22 Oct 2020 17:00:12 -0300 > From: Luis Machado via Gdb-patches > Cc: david.spickett@linaro.org > > Document the changes to the "print" and "x" commands to support memory > tagging. > > gdb/doc/ChangeLog: > > YYYY-MM-DD Luis Machado > > * gdb.texinfo (Data): Document memory tagging changes to the "print" > command. > (Examining Memory): Document memory tagging changes to the "x" > command. > (Memory Tagging): Update with more information on changes to the "x" > and "print" commands. > --- > gdb/doc/gdb.texinfo | 28 +++++++++++++++++++++++++--- > 1 file changed, 25 insertions(+), 3 deletions(-) Thanks, this is OK.