gdb : multithreading

Posted by Arpit on Stack Overflow See other posts from Stack Overflow or by Arpit
Published on 2010-04-15T08:51:34Z Indexed on 2010/04/15 8:53 UTC
Read the original article Hit count: 484

Filed under:
|
|
|

Hi Wish to know that I have a program which uses two threads I have put the break point in both the threads. While running the program under gdb I want to switch between the threads and make them run. (thread t1 is active and running and thread t2 hold on the breakpoint I want to stop T1 running and run the T2)

Is there any way that I can schedule the threads in gdb.

Thanks Arpit

© Stack Overflow or respective owner

Related posts about linux

Related posts about gdb