aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorPedro Alves <pedro@palves.net>2022-06-13 19:26:59 +0100
committerPedro Alves <pedro@palves.net>2023-11-13 14:16:11 +0000
commitb11df22aa7ddfa74ca37ca7c94fb362779d70e15 (patch)
tree49c7287b2f05bbddbc22dc8d9f9ba320d5e28335 /gdb/NEWS
parent7c6cb899c759fb00dc1a95a2ff904220fca1a9dc (diff)
downloadgdb-b11df22aa7ddfa74ca37ca7c94fb362779d70e15.zip
gdb-b11df22aa7ddfa74ca37ca7c94fb362779d70e15.tar.gz
gdb-b11df22aa7ddfa74ca37ca7c94fb362779d70e15.tar.bz2
Document remote clone events, and QThreadOptions packet
This commit documents in both manual and NEWS: - the new remote clone event stop reply, - the new QThreadOptions packet and its current defined options, - the associated "set/show remote thread-events-packet" command, - and the associated QThreadOptions qSupported feature. Approved-By: Eli Zaretskii <eliz@gnu.org> Change-Id: Ic1c8de1fefba95729bbd242969284265de42427e
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index f2861b1..682def4 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -29,6 +29,26 @@ disassemble
maintenance info linux-lwps
List all LWPs under control of the linux-nat target.
+set remote thread-options-packet
+show remote thread-options-packet
+ Set/show the use of the thread options packet.
+
+* New remote packets
+
+New stop reason: clone
+ Indicates that a clone system call was executed.
+
+QThreadOptions
+ Enable/disable optional event reporting, on a per-thread basis.
+ Currently supported options are GDB_THREAD_OPTION_CLONE, to enable
+ clone event reporting, and GDB_THREAD_OPTION_EXIT to enable thread
+ exit event reporting.
+
+QThreadOptions in qSupported
+ The qSupported packet allows GDB to inform the stub it supports the
+ QThreadOptions packet, and the qSupported response can contain the
+ set of thread options the remote stub supports.
+
*** Changes in GDB 14
* GDB now supports the AArch64 Scalable Matrix Extension 2 (SME2), which