]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
doc: add the missing 'handle' attribute in xml
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Wed, 3 Apr 2024 14:43:53 +0000 (16:43 +0200)
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Wed, 3 Apr 2024 14:44:43 +0000 (16:44 +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.

Reviewed-By: Eli Zaretskii <eliz@gnu.org>
gdb/doc/gdb.texinfo

index 727f9275bfbf93479b03de2d4904bec67850d8f5..82a617e9ad35c2f612bc6cd977b3997559bdfaa2 100644 (file)
@@ -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>