diff options
author | Pedro Alves <palves@redhat.com> | 2009-06-11 11:57:46 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-06-11 11:57:46 +0000 |
commit | d4db2f362ffff0e4a55e2e0c5382204e3e59a476 (patch) | |
tree | 41c61357364ccf94ecaa804d446328c8de2c6fef /gdb/NEWS | |
parent | 865662004136ecc8f9f45c41fcd20bd9a3573bbf (diff) | |
download | gdb-d4db2f362ffff0e4a55e2e0c5382204e3e59a476.zip gdb-d4db2f362ffff0e4a55e2e0c5382204e3e59a476.tar.gz 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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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* |