Controlling Thread Scheduling
- One annoying problem with threads under gdb - typing 'next' allows all
the threads to run until the current thread stops...
- ...or until some other random thread stops...
- ...(and we get switched to it automatically).
- This makes single-stepping through a multi-threaded program quite annoying.
- How do we get around this???
Originally written by
guy keren