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: Resuming a single suspended thread on Linux


On Sun, Jan 07, 2007 at 07:00:26PM +0200, Yaki Tebeka wrote:
> Hi Jim
> 
> Thanks for the suggested solution.
> 
> I read the "set scheduler-locking" feature documentation few times
> (http://sourceware.org/gdb/current/onlinedocs/gdb_6.html#IDX281) and I
> must admit that I am not quite sure that I understand it correctly...
> 
> One of it sentences says that the other threads are "completely free
> to run when you use commands like `continue', `until', or `finish'".
> If I understand this correctly, it will not help in my case.
> 
> Please let me know if I didn't understand this mechanism correctly.

That sentence only describes the behavior when you set it to "step".
If you set it to "on", you can run just a single thread.


-- 
Daniel Jacobowitz
CodeSourcery


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