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>
This commit is contained in:
Tankut Baris Aktemur 2024-04-03 16:43:53 +02:00
parent 7bba0ad085
commit 3d7d77d747

View 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>