gdb/
authorPedro Alves <palves@redhat.com>
Thu, 11 Jun 2009 11:57:46 +0000 (11:57 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 11 Jun 2009 11:57:46 +0000 (11:57 +0000)
commitd4db2f362ffff0e4a55e2e0c5382204e3e59a476
tree41c61357364ccf94ecaa804d446328c8de2c6fef
parent865662004136ecc8f9f45c41fcd20bd9a3573bbf
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.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/inferior.h
gdb/infrun.c
This page took 0.037387 seconds and 4 git commands to generate.