From 1c79c8dad90e4382100b51694a2b9ee7e913a04a Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 7 Nov 2023 10:56:07 -0700 Subject: Implement DAP cancellation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Kévin Le Gouguec --- gdb/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/NEWS') 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 -- cgit v1.1