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

kernel explorer: Implement ability to view lwmutex owner #7822

Merged
merged 3 commits into from Mar 22, 2020

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Mar 21, 2020

  • Implement the ability to view lwmutex owner and lock count in kernel explorer, this is a debugging feature.
  • Do not lose r3's content in syscalls to allow to get lv2 sync objects id by looking at "syscall r3" whenever a syscall happens.
  • Add information about memory containers in kernel explorer.

@elad335 elad335 force-pushed the kernel-explorer branch 2 times, most recently from 8312f52 to 95d68e6 Compare March 22, 2020 06:28
@elad335
Copy link
Contributor Author

elad335 commented Mar 22, 2020

Added another debugging feature: do not lose r3's content in syscalls to allow to get lv2 sync objects id by looking at r3 whenever a syscall happens.

Allows to get the ID of the lv2 sync objects in the debugger by looking at r3's content.
@Nekotekina Nekotekina merged commit 132c3e1 into RPCS3:master Mar 22, 2020
@elad335 elad335 deleted the kernel-explorer branch March 22, 2020 10:10
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