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 AA65F384859B for ; Thu, 21 Apr 2022 15:52:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org AA65F384859B Received: from fencepost.gnu.org ([2001:470:142:3::e]:35230) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhZ6X-0003Yc-LX; Thu, 21 Apr 2022 11:52:25 -0400 Received: from [87.69.77.57] (port=2885 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhZ6Q-00050N-9u; Thu, 21 Apr 2022 11:52:20 -0400 Date: Thu, 21 Apr 2022 18:52:14 +0300 Message-Id: <83pmlaqvrl.fsf@gnu.org> From: Eli Zaretskii To: Luis Machado Cc: gdb-patches@sourceware.org In-Reply-To: <20220421152040.128278-1-luis.machado@arm.com> (message from Luis Machado via Gdb-patches on Thu, 21 Apr 2022 16:20:40 +0100) Subject: Re: [PATCH, v2] [AArch64] MTE corefile support References: <20220331140343.9047-1-luis.machado@arm.com> <20220421152040.128278-1-luis.machado@arm.com> X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Thu, 21 Apr 2022 15:52:27 -0000 > Date: Thu, 21 Apr 2022 16:20:40 +0100 > NoDisclaimer: true > From: Luis Machado via Gdb-patches > > diff --git a/gdb/NEWS b/gdb/NEWS > index 760cb2b7abc..885b3929d84 100644 > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -3,6 +3,10 @@ > > *** Changes since GDB 12 > > +* GDB now supports dumping memory tag data for AArch64 MTE. It also supports > + reading memory tag data for AArch64 MTE from core files generated by > + the gcore command or the Linux kernel. > + I think this should say something about the significance of this feature. Otherwise it is completely unclear why would GDB want to support that. Same comment for the addition to the manual. Thanks.