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 A57243858C83 for ; Wed, 11 Jan 2023 19:56:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A57243858C83 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 1pFhCe-0007mN-0w; Wed, 11 Jan 2023 14:56:05 -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=48i5n5EAPQi7rXy4ZwLsvk1GgZPjZgxOySBCUPkH+eY=; b=cENSnZf39Yqo fcOThKhC2ACMu9VMHw9vm1WtoZR8Eo1BXsZv9OHGgmMF7+jZN7IAckYQ1ONdVI0f8efy7Me/QamHU xrJVPRVrUF0HEuC+CWjsdtBHfd2HT10FvuVtH794JBYXbx39bQj3B3w+MNpvFpRo25K2ybXV8ufVu Sp6QuUUQp1HV1t64/H14meIzSMPlonCs489jf63MunVpehSqFE1wQ7n6Mef1y6QONVbKEylLp8AWp YL6Txp5y1IVdRZXKyMqf6GzXzcPUSjjLIcW1UYJd8qIm1RK7OJRTe4Yy6tAB1pVfbcAphZsiKfapr jHVIVmsh2LgxGoil+NNl/w==; 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 1pFhCd-0007WD-7t; Wed, 11 Jan 2023 14:56:03 -0500 Date: Wed, 11 Jan 2023 21:56:35 +0200 Message-Id: <831qo0n8uk.fsf@gnu.org> From: Eli Zaretskii To: Tom Tromey Cc: gdb-patches@sourceware.org In-Reply-To: <20230111183725.2902496-1-tromey@adacore.com> (message from Tom Tromey via Gdb-patches on Wed, 11 Jan 2023 11:37:25 -0700) Subject: Re: [PATCH] Update the 'g' packet documentation References: <20230111183725.2902496-1-tromey@adacore.com> X-Spam-Status: No, score=1.9 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: > Cc: Tom Tromey > Date: Wed, 11 Jan 2023 11:37:25 -0700 > From: Tom Tromey via Gdb-patches > > The 'g' packet documentation references a macro that no longer exists, > and it also claims that the 'x' response for an unavailable register > is limited to trace frames. This patch updates the documentation to > reflect what I think is currently correct. > --- > gdb/doc/gdb.texinfo | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) OK, thanks.