aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-06-11 11:57:46 +0000
committerPedro Alves <palves@redhat.com>2009-06-11 11:57:46 +0000
commitd4db2f362ffff0e4a55e2e0c5382204e3e59a476 (patch)
tree41c61357364ccf94ecaa804d446328c8de2c6fef /gdb/NEWS
parent865662004136ecc8f9f45c41fcd20bd9a3573bbf (diff)
downloadfsf-binutils-gdb-d4db2f362ffff0e4a55e2e0c5382204e3e59a476.zip
fsf-binutils-gdb-d4db2f362ffff0e4a55e2e0c5382204e3e59a476.tar.gz
fsf-binutils-gdb-d4db2f362ffff0e4a55e2e0c5382204e3e59a476.tar.bz2
gdb/
* infrun.c (sched_multi): New global. (resume): If sched_multi is set, resume only threads of the current inferior. (prepare_to_proceed): Don't switch over to wait_ptid if we're resuming a different inferior, and sched_multi is off. (show_schedule_multiple): New. (_initialize_infrun): Register new "set schedule-multiple" command. * inferior.h (sched_multi): Declare. * NEWS: Mention new "schedule-multiple" setting. gdb/doc/ * gdb.texinfo (All-Stop): Document new 'set schedule-multiple' command.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index d018885..9806532 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -305,6 +305,11 @@ show libthread-db-search-path
Control list of directories which GDB will search for appropriate
libthread_db.
+set schedule-multiple (on|off)
+show schedule-multiple
+ Allow GDB to resume all threads of all processes or only threads of
+ the current process.
+
* New native configurations
x86/x86_64 Darwin i[34567]86-*-darwin*