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 9074C385B507 for ; Fri, 24 Feb 2023 19:25:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9074C385B507 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pVdhM-0006NV-To; Fri, 24 Feb 2023 14:25:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=EhyUB76fQNM0E6swgsfeEuMxp020Qvxv1rtjk2KY2XA=; b=HsmnQrOpsCIt mriuGi6/bWpl6kSfA64leVTQ79H6StCvYA+06m8brQu7Ghp1+F6SxSeaea8fUR4L1b/7Tx/Amj58J TxizTpiqqMNZ14EBKGZG9X/CdDLu8gQey7D5c6nMDnUl/CzVTuBBoqcy5/z7oxItQ5URjyG02eM8/ H7iZGhi4i6NtYkowVcUbYIIBkwm+/ydqHB3VWYpMKECfCZ7J9ELrRiIE6532bcBQqYuD7CgXUzzhW 4/ZEtWwt0S9az1M5gyqQopDx0eCPRkiCTQG+NRlAisOOdQt1iVuvvrIQQWZWsY/2wpxOJ+BjsuQbA M35HaTvJDSYW/GfRxW0yYw==; Received: from [87.69.77.57] (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 1pVdhL-00057N-Mh; Fri, 24 Feb 2023 14:25:40 -0500 Date: Fri, 24 Feb 2023 21:25:40 +0200 Message-Id: <83lekmn9vv.fsf@gnu.org> From: Eli Zaretskii To: Luis Machado Cc: gdb-patches@sourceware.org In-Reply-To: <20230224184123.2172049-1-luis.machado@arm.com> (message from Luis Machado on Fri, 24 Feb 2023 18:41:23 +0000) Subject: Re: [PATCH, v2] [gdb/doc] aarch64: Expand documentation of XML features References: <20230223095244.1813332-1-luis.machado@arm.com> <20230224184123.2172049-1-luis.machado@arm.com> X-Spam-Status: No, score=1.8 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > From: Luis Machado > CC: > Date: Fri, 24 Feb 2023 18:41:23 +0000 > > Similar to the arm target documentation situation, the documentation of the > XML features for AArch64 targets is rather brief. I have received the same > feedback that what gdb carries in the documentation is quite unclear from the > perspective of what debugging servers should define in the XML features, how and > what the outcome is in gdb. > > This patch attempts to clarify a bit more what all the possible features are. > --- > gdb/doc/gdb.texinfo | 210 ++++++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 202 insertions(+), 8 deletions(-) Thanks. Approved-By: Eli Zaretskii