Skip to content

Fix gdb auto load #44

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

Merged
merged 2 commits into from
Feb 10, 2025
Merged

Fix gdb auto load #44

merged 2 commits into from
Feb 10, 2025

Conversation

guyush1
Copy link
Owner

@guyush1 guyush1 commented Feb 9, 2025

Closes #41

@guyush1 guyush1 self-assigned this Feb 9, 2025
@guyush1 guyush1 mentioned this pull request Feb 9, 2025
@roddyrap
Copy link
Collaborator

roddyrap commented Feb 9, 2025

Lol the documentation changes

Copy link
Collaborator

@roddyrap roddyrap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!
I checked and the paths match my computer's GDB configuration.

Let's go!

The problem was that our default gdb datadir and debugdir had
non-standard paths, due to some unknown configuration detection.

In order to fix it, we now pass the standard paths via the --with-gdb-datadir & --with-separate-debug-dir variables.
I also set --with-jit-reader-dir, --with-system-gdbinit and --with-system-gdbinit-dir path to be the standard path as well.
@guyush1 guyush1 merged commit 56eef2a into develop Feb 10, 2025
12 checks passed
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.

Pretty Printers
2 participants