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 loading symbols from ELF files other than the boot ELF #11986

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

chaoticgd
Copy link
Contributor

@chaoticgd chaoticgd commented Nov 6, 2024

Description of Changes

This fixes an unfortunate typo in SymbolImporter.cpp. Previously, instead of loading symbol from the file specified it would just try to load symbols from the boot ELF again.

Rationale behind Changes

  • This fixes loading extra ELF files.

Suggested Testing Steps

Test that loading extra ELF files in the debug analysis settings dialog works.

@chaoticgd chaoticgd force-pushed the fix_loading_extra_elf_symbols branch from 6b5878b to f8e247b Compare November 6, 2024 21:15
@chaoticgd chaoticgd changed the title Debugger: Fix loading symbols from extra ELF files (other than the boot ELF) @chaoticgd Debugger: Fix loading symbols from ELF files other than the boot ELF Nov 6, 2024
@chaoticgd chaoticgd changed the title @chaoticgd Debugger: Fix loading symbols from ELF files other than the boot ELF Debugger: Fix loading symbols from ELF files other than the boot ELF Nov 6, 2024
@F0bes F0bes merged commit bea471a into PCSX2:master Nov 6, 2024
12 checks passed
@chaoticgd chaoticgd deleted the fix_loading_extra_elf_symbols branch November 8, 2024 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants