From 3d7d77d747ba8a1d0f6a0f35a77dfdfa62d0e068 Mon Sep 17 00:00:00 2001 From: Tankut Baris Aktemur Date: Wed, 3 Apr 2024 16:43:53 +0200 Subject: [PATCH] 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 --- 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 - + ... description ... -- 2.39.5