diff options
author | Pedro Alves <pedro@palves.net> | 2023-05-22 19:16:30 +0100 |
---|---|---|
committer | Pedro Alves <pedro@palves.net> | 2025-05-19 14:21:20 +0100 |
commit | 108125916a5aed9a9eb8c288449ac0a7d8122319 (patch) | |
tree | b9463803e1b0fdc5ed29eb8f11f12e5b1cfd79f9 | |
parent | d0e4f2ee1758149af28aee704e87a916a151e8e8 (diff) | |
download | binutils-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |