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

Fix tiny race in PPU breakpoints #9731

Merged
merged 2 commits into from Feb 6, 2021
Merged

Fix tiny race in PPU breakpoints #9731

merged 2 commits into from Feb 6, 2021

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Feb 6, 2021

If the PPU has just being paused by the debugger, before it entered the breakpoint handler, the PPU would continue onto the next instruction skipping the breakpoint but then being paused on it instead.

@Nekotekina
Copy link
Member

With this change PPUThread.cpp can avoid including GDB.h

@Nekotekina Nekotekina merged commit fad89f1 into RPCS3:master Feb 6, 2021
@elad335 elad335 deleted the patch-21 branch March 2, 2021 13:25
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