diff options
author | Tom Tromey <tromey@adacore.com> | 2023-11-07 10:56:07 -0700 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2023-12-11 11:44:35 -0700 |
commit | 1c79c8dad90e4382100b51694a2b9ee7e913a04a (patch) | |
tree | 15118bcd9d5059f4e0835966c0da47c71b1f24fe /gdb/NEWS | |
parent | c0a652c2aa8858dba99d578fa2fac25b1a532a0a (diff) | |
download | gdb-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |