Runs the TOI and all other stopped threads at the same PC to the next statement. Other threads in the process run freely. Threads that encounter a temporary breakpoint in the course of running to the next statement usually join the lockstep group.
Performs the same action as the previous command: runs all worker threads in the share group to line 37. This example uses the predefined
UNW alias instead of the individual commands. That is,
UNW is an alias for
dfocus gW duntil.
Finds all threads in the share group that are at the same PC as the TOI and steps them all in one statement. This command is the built-in alias for
dfocus gL dstep.
Finds all threads in the current process that are at the same PC as the TOI, and steps them all in one statement. This command is the built-in alias for
dfocus L dstep.