This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Continue does not continue all threads in all-stop mode


On Wednesday 17 February 2010 02:49:08, Nenad Vukicevic wrote:
> I am running a head version of GDB (couple of weeks old) and noticed that
> in all-stop mode with multiple inferiors continue command does not continue
> all threads (all threads are processes created by fork(0). Only the current
> thread is being run.
> 

Yeah, that's how the old multi-forks support also behaved,
and I kept that behaviour.

On Wednesday 17 February 2010 02:49:08, Nenad Vukicevic wrote:
> Is this normal or an oversight?

It's expected.  See "help set schedule-multiple".

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]