From d08bae3d6608ae783a51afe9cc92806e7818e5ca Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 26 Jul 2022 09:10:58 -0600 Subject: Implement target async for Windows This implements target async for Windows. The basic idea is to have the worker thread block in WaitForDebugEvent, then notify the event loop when an event is seen. In a few situations, this blocking behavior is undesirable, so the functions passed to do_synchronously are changed to return a boolean indicating which behavior is needed. --- gdb/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/NEWS') diff --git a/gdb/NEWS b/gdb/NEWS index f2040e2..c2a5e67 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -55,6 +55,8 @@ Python Pygments is still used. For supported targets, libopcodes styling is used by default. +* The Windows native target now supports target async. + * New commands maintenance set ignore-prologue-end-flag on|off -- cgit v1.1