public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] doc: add the missing 'handle' attribute in xml
@ 2024-04-03 14:47 Tankut Baris Aktemur
  0 siblings, 0 replies; only message in thread
From: Tankut Baris Aktemur @ 2024-04-03 14:47 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3d7d77d747ba8a1d0f6a0f35a77dfdfa62d0e068

commit 3d7d77d747ba8a1d0f6a0f35a77dfdfa62d0e068
Author: Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Date:   Wed Apr 3 16:43:53 2024 +0200

    doc: add the missing 'handle' attribute in xml
    
    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.
    
    Reviewed-By: Eli Zaretskii <eliz@gnu.org>

Diff:
---
 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..82a617e9ad3 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -48081,7 +48081,7 @@ the following structure:
 @smallexample
 <?xml version="1.0"?>
 <threads>
-    <thread id="id" core="0" name="name">
+    <thread id="id" core="0" name="name" handle="1a2b3c">
     ... description ...
     </thread>
 </threads>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-03 14:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-03 14:47 [binutils-gdb] doc: add the missing 'handle' attribute in xml Tankut Baris Aktemur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).