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

Debugger: Fix AST node ownership confusion bug #12162

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

chaoticgd
Copy link
Contributor

Description of Changes

Fixes a bug where the symbol tree model would think fields owned by a base class were instead owned by a subclass.

Rationale behind Changes

In theory this could cause a crash if the base class was deleted. In practice the debugger provides no way to delete individual data types currently so it would never actually happen, but it may be helpful in the future.

Suggested Testing Steps

Check a .mdebug game.

@lightningterror lightningterror merged commit 0e7da0f into PCSX2:master Jan 6, 2025
12 checks passed
@chaoticgd chaoticgd deleted the ownership_confusion branch January 9, 2025 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants