Don't resume new threads if scheduler-locking is in effect
[binutils-gdb.git] / gdb / NEWS
index d85a13b64feabcce55403700399ec9c8db8f1a52..f2861b1ace184705a2a0fd50b58a91a994327f71 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -392,6 +392,13 @@ show tui mouse-events
   from the current process state.  GDB will show this additional information
   automatically, or through one of the memory-tag subcommands.
 
+* Scheduler-locking and new threads
+
+  When scheduler-locking is in effect, only the current thread may run
+  when the inferior is resumed.  However, previously, new threads
+  created by the resumed thread would still be able to run free.  Now,
+  they are held stopped.
+
 * "info breakpoints" now displays enabled breakpoint locations of
   disabled breakpoints as in the "y-" state.  For example: