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:
parent
7bba0ad085
commit
3d7d77d747
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue