aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2023-11-07 10:56:07 -0700
committerTom Tromey <tromey@adacore.com>2023-12-11 11:44:35 -0700
commit1c79c8dad90e4382100b51694a2b9ee7e913a04a (patch)
tree15118bcd9d5059f4e0835966c0da47c71b1f24fe /gdb/NEWS
parentc0a652c2aa8858dba99d578fa2fac25b1a532a0a (diff)
downloadgdb-1c79c8dad90e4382100b51694a2b9ee7e913a04a.zip
gdb-1c79c8dad90e4382100b51694a2b9ee7e913a04a.tar.gz
gdb-1c79c8dad90e4382100b51694a2b9ee7e913a04a.tar.bz2
Implement DAP cancellation
This implements DAP cancellation. A new object is introduced that handles the details of cancellation. While cancellation is inherently racy, this code attempts to make it so that gdb doesn't inadvertently cancel the wrong request. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30472 Approved-By: Eli Zaretskii <eliz@gnu.org> Reviewed-By: Kévin Le Gouguec <legouguec@adacore.com>
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index faa312a..534e2e7 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -86,6 +86,8 @@ show remote thread-options-packet
** GDB now emits the "process" event.
+ ** GDB now supports the "cancel" request.
+
* New remote packets
New stop reason: clone