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

Darwin: Implement Mach exceptions ports instead of signals #12280

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

F0bes
Copy link
Member

@F0bes F0bes commented Feb 7, 2025

Credit goes to the Julia language and Dolphin emulator for their free and open source implementations

Description of Changes

Instead of relying on signal handling for our segfault handler, create mach exception ports.

Rationale behind Changes

I was hoping this would allow me to reliably use lldb but it appears that rosetta might still be a blocker.

Suggested Testing Steps

Test games with self modifying code?

Credit goes to the Julia language and Dolphin emulator for their free and open source implementations
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.

1 participant