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

Patches: Add savable breakpoints patch type #14676

Merged
merged 3 commits into from Sep 26, 2023
Merged

Patches: Add savable breakpoints patch type #14676

merged 3 commits into from Sep 26, 2023

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Sep 25, 2023

  • Allow to add savable breakpoints using the patch system with patch type "bpex". Fixes State of Breakpoints not saved between sequential launches of the same application #10059. Although this process need to be done manually. I used the patch manager for ease of configuration across PRX and OVL breakpoints because their existence in memory is temporary.
  • Allow to display thread from thread ID text on log.
  • Add Go-To from function pointer on log. (PPU addresses starting with asterisk)

@Megamouse Megamouse added the Patches Patches and Mods label Sep 25, 2023
@elad335 elad335 marked this pull request as ready for review September 26, 2023 06:07
@elad335 elad335 merged commit 6908d20 into RPCS3:master Sep 26, 2023
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Debugger Patches Patches and Mods
Projects
None yet
Development

Successfully merging this pull request may close these issues.

State of Breakpoints not saved between sequential launches of the same application
2 participants