-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add support for qXfer:libraries{,-svr4}:read
#142
Merged
Merged
Commits on Dec 14, 2023
-
Add support for
qXfer:libraries{,-svr4}:read
A toy project I've been working on involves loading a custom kernel and a custom guest into a KVM instance, and these commands enable `gdb` to be able to debug both the guest and the kernel at the same time by reporting where both images are loaded in the address space. Initially this commit only implemented `qXfer:libraries:read` but it turned out that gdb never actually used that command. When implementing `qXfer:libraries-svr4:read`, however, gdb invoked that automatically (presumably it's target-specific). I ended up including both here for completeness.
Configuration menu - View commit details
-
Copy full SHA for c8cc46f - Browse repository at this point
Copy the full SHA c8cc46fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4442035 - Browse repository at this point
Copy the full SHA 4442035View commit details -
Configuration menu - View commit details
-
Copy full SHA for 648b39f - Browse repository at this point
Copy the full SHA 648b39fView commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5f1f35b - Browse repository at this point
Copy the full SHA 5f1f35bView commit details -
Remove support for
libraries
commandUnknown how to actually get gdb to use it yet.
Configuration menu - View commit details
-
Copy full SHA for 9a29b11 - Browse repository at this point
Copy the full SHA 9a29b11View commit details
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8d4f1d3 - Browse repository at this point
Copy the full SHA 8d4f1d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d9998b - Browse repository at this point
Copy the full SHA 8d9998bView commit details
Commits on Jan 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7d0b0f - Browse repository at this point
Copy the full SHA c7d0b0fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.