From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 978473858004 for ; Mon, 22 Mar 2021 17:51:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 978473858004 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35503) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lOOhg-0000hH-A1; Mon, 22 Mar 2021 13:51:01 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4005 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lOOhd-0005l1-Fu; Mon, 22 Mar 2021 13:50:59 -0400 Date: Mon, 22 Mar 2021 19:51:03 +0200 Message-Id: <83lfaf9iwo.fsf@gnu.org> From: Eli Zaretskii To: Luis Machado Cc: gdb-patches@sourceware.org In-Reply-To: <20210322132120.1202230-24-luis.machado@linaro.org> (message from Luis Machado via Gdb-patches on Mon, 22 Mar 2021 10:21:17 -0300) Subject: Re: [PATCH v6 23/25] Document new "x" and "print" memory tagging extensions References: <20210322132120.1202230-1-luis.machado@linaro.org> <20210322132120.1202230-24-luis.machado@linaro.org> X-Spam-Status: No, score=1.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: * 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: Mon, 22 Mar 2021 17:51:02 -0000 > Date: Mon, 22 Mar 2021 10:21:17 -0300 > From: Luis Machado via Gdb-patches > > 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. Thanks, this is OK.