aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>2024-04-03 16:43:53 +0200
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>2024-04-03 16:44:43 +0200
commit3d7d77d747ba8a1d0f6a0f35a77dfdfa62d0e068 (patch)
tree3eb67be2878c56e35f9fdf5d259d23786c98c833 /gdb
parent7bba0ad08576309763e3f41193eaa93025e10b8b (diff)
downloadgdb-3d7d77d747ba8a1d0f6a0f35a77dfdfa62d0e068.zip
gdb-3d7d77d747ba8a1d0f6a0f35a77dfdfa62d0e068.tar.gz
gdb-3d7d77d747ba8a1d0f6a0f35a77dfdfa62d0e068.tar.bz2
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>
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/gdb.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 727f927..82a617e 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>