aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <pedro@palves.net>2023-05-22 19:16:30 +0100
committerPedro Alves <pedro@palves.net>2025-05-19 14:21:20 +0100
commit108125916a5aed9a9eb8c288449ac0a7d8122319 (patch)
treeb9463803e1b0fdc5ed29eb8f11f12e5b1cfd79f9
parentd0e4f2ee1758149af28aee704e87a916a151e8e8 (diff)
downloadbinutils-users/palves/windows-non-stop-v2.zip
binutils-users/palves/windows-non-stop-v2.tar.gz
binutils-users/palves/windows-non-stop-v2.tar.bz2
Mention Windows scheduler-locking and non-stop support in NEWSusers/palves/windows-non-stop-v2
Add a couple notes to gdb/NEWS mentioning: - Windows native target scheduler-locking support. - Windows native target non-stop support. Change-Id: Id0e28525c06e57120c47b07f978581d1627d70f3
-rw-r--r--gdb/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index e0313bb..534ae60 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -48,6 +48,12 @@
* Add record full support for rv64gc architectures
+* The Windows native target now supports scheduler-locking. E.g.,
+ "set scheduler-locking on" now works. Previously it gave an error.
+
+* The Windows native target now supports non-stop mode. This feature
+ requires Windows 10 or later.
+
* New commands
maintenance check psymtabs