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

Debugger: Allow to unpause a thread which has been paused by global pause #9696

Merged
merged 2 commits into from Jan 31, 2021

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Jan 31, 2021

This allows an option to pause all threads except for one or few, this may come handy in cases where concurrency is not wanted while debugging such as when we want to debug an atomic loop which must not be interfered by other threads in order to succeed.

Bugfixes

  • When stepping over - first set the breakpoint, then remove pause flags.

@elad335 elad335 force-pushed the dbg-pause branch 4 times, most recently from bf4717b to b1f22d2 Compare January 31, 2021 19:55
@Nekotekina Nekotekina merged commit e71c2df into RPCS3:master Jan 31, 2021
@elad335 elad335 deleted the dbg-pause branch February 12, 2021 10:27
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.

None yet

2 participants