aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2022-07-26 09:10:58 -0600
committerTom Tromey <tromey@adacore.com>2022-08-22 12:12:00 -0600
commitd08bae3d6608ae783a51afe9cc92806e7818e5ca (patch)
tree9725e8916ff523677bcf5c9b0f633cb75ec4c46d /gdb/NEWS
parent4cb763d64d6280eb3e4038a418d151993d71d9b5 (diff)
downloadgdb-d08bae3d6608ae783a51afe9cc92806e7818e5ca.zip
gdb-d08bae3d6608ae783a51afe9cc92806e7818e5ca.tar.gz
gdb-d08bae3d6608ae783a51afe9cc92806e7818e5ca.tar.bz2
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.
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 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