Currently as long all steps might end up running the other threads. For example if you do a step over you might end up running just the current thread until you step into a function call, and then a breakpoint will be set on the return address and all threads will be continued.
So there is no guarantee other threads won't run when stepping in/out/over. This is similar to how GDB does it. Jim Ingham will be able to clarify more. Greg On Nov 1, 2013, at 3:12 PM, Yin Ma <[email protected]> wrote: > Hi, > > I am wondering if there is a command that can let me > Stick in one thread of many threads to do step or next? > How step, next, si, ni behave in thread debugging? > > Thanks, > > Yin > > _______________________________________________ > lldb-dev mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
