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

memory viewer: Implement SPU mode, fix address GOTO #9517

Merged
merged 1 commit into from
Dec 30, 2020

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Dec 29, 2020

Features:

  • 0..SPU_LS_MAX_ADDRESS addressing with wraparound as the main debugger. (instead of the ugly 0xe8000000 stuff)
  • Title of viewer window contains SPU name.
  • Memory of the SPU is valid and is saved even after the SPU thread has been destroyed.
  • Press M while selecting an SPU thread to pop up the "SPU" type memory viewer.
  • SPU regexp validator as the main debugger has been used for address typing.

Bugfixes:

  • Typing an address didn't work well.
  • Address was not always aligned in cases when changing Words count.

https://user-images.githubusercontent.com/18193363/103304516-80c18e00-4a11-11eb-9056-c364dd64111b.png

@elad335 elad335 force-pushed the spu-fixup branch 3 times, most recently from 09729fc to a264020 Compare December 29, 2020 18:51
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