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 650113858CDB for ; Tue, 2 Apr 2024 12:28:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 650113858CDB Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 650113858CDB Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:470:142:3::10 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712060924; cv=none; b=v0TnUMYik3z+42ujuRX6TcUd2DQa45flqPkrOwOFX3k7Fi+BuvZ9++IWiIkt6/ftZoA5Zhf/69XXuFZmlepw8TfjZ5vCF0UYb9tUryoxqU/4S2vjN0zpF7QMbrpS10v1jm9zn8w0swAfZlJvTc7FgYVQNGYMhjjLH95NL+sD2oE= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712060924; c=relaxed/simple; bh=vF+I3F4OYEx3TLF2fmw51I8WzQ8d7njpl4Q+9J5/C80=; h=DKIM-Signature:Date:Message-Id:From:To:Subject; b=SzNsaVdpfBMijZ5YZqfpgzIARDvHUnisVOfmV3NiS+NikG/uoFMAfRLTAoZ56/8rVLWR3X09oUeDsKlyj0nd3NlaYoMXOyp1ybDL3PUbAlv2gKYm6KXFzVmc5ejju0mXrpy9s/fybgYbYxeHlMcj97oJoGE0TaWgCAoJ2m/qFlc= ARC-Authentication-Results: i=1; server2.sourceware.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 1rrd1r-0005bY-GZ; Tue, 02 Apr 2024 08:14:15 -0400 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=u9Ys9vI82R12CCLVyeUB1mjuPNj8/C9YpfyYFAjc8BY=; b=XGcBklFrAWwB kBY2CTXFoEwykxUeLbwgrv5gt/8jP4gThS+zSD3/OpzNPIRlkCCjVNcxK4g5TGK9/I+x4vDOunytt 0vEXvzdO01bfmI4RIF9WsXX8zCDyPUedcclwSiqoVaSvrBnRTiTQuRWDjt1cd6gZO0ftM68RXGMqA S+H39EyXmlYwatOmcob4UoBItkMLb++ZRLZKql10jY3bppsR3Uf9EuC94n9b1vX3RlHwC90yhRdWN RbokmjLd5vITx2qewFEBDftn0Lg72SoJCat3rzjv6ysB8OOO77I2smeQ+pNkwJuFEmm5Sa5vo1z3m JS262PW33nJEGSiqQbp00A==; Date: Tue, 02 Apr 2024 15:14:11 +0300 Message-Id: <86jzlg9d2k.fsf@gnu.org> From: Eli Zaretskii To: Tankut Baris Aktemur Cc: gdb-patches@sourceware.org In-Reply-To: <20240402102020.2521082-1-tankut.baris.aktemur@intel.com> (message from Tankut Baris Aktemur on Tue, 2 Apr 2024 12:20:19 +0200) Subject: Re: [PATCH 1/2] doc: add the missing 'handle' attribute in xml References: <20240402102020.2521082-1-tankut.baris.aktemur@intel.com> X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > From: Tankut Baris Aktemur > Date: Tue, 2 Apr 2024 12:20:19 +0200 > > The XML response to the "qXfer:threads:read" packet may include > a "handle" attribute. The attribute is mentioned in the document > but not shown in the sample XML structure. Add it. > --- > gdb/doc/gdb.texinfo | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo > index 727f9275bfb..41a368a0194 100644 > --- a/gdb/doc/gdb.texinfo > +++ b/gdb/doc/gdb.texinfo > @@ -48081,7 +48081,7 @@ the following structure: > @smallexample > > > - > + > ... description ... > > Thanks, but can we put some string without dots there? IOW, an example of a real-life "handle" attribute, like the rest of the example does?