Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proc: Single step only "current" thread #351

Merged
merged 1 commit into from
Jan 20, 2016
Merged

proc: Single step only "current" thread #351

merged 1 commit into from
Jan 20, 2016

Conversation

derekparker
Copy link
Member

Instead of the step command single stepping every thread, instead only
step the "current" thread. This fixes a few issues surrounding single
stepping, and simplifies the logic. The original concerns around only
stepping a single thread (with regard to coordination) are invalid and
generally non-issues.

Instead of the `step` command single stepping every thread, instead only
step the "current" thread. This fixes a few issues surrounding single
stepping, and simplifies the logic. The original concerns around only
stepping a single thread (with regard to coordination) are invalid and
generally non-issues.
@aarzilli
Copy link
Member

approved

@aarzilli aarzilli merged commit 98ae684 into master Jan 20, 2016
@derekparker derekparker deleted the fix-single-step branch January 20, 2016 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants