Add $heap_base variable after running the heap command - #1051
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1051 +/- ##
==========================================
- Coverage 49.77% 49.77% -0.01%
==========================================
Files 159 159
Lines 18653 18654 +1
Branches 1519 1519
==========================================
Hits 9285 9285
- Misses 9068 9069 +1
Partials 300 300
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Member
Contributor
|
I really like this feature and will be using it a lot ❤️
Thanks for this PR! |
Member
Author
|
Thanks for the feedback @CptGibbon. Those are all great suggestions, but I'm not sure when I'll get time to make those changes. For now I've filed these suggestions as a new issue so they don't get lost: #1060 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR sets the
$heap_baseGDB variable once theheapcommand is run for the first time, allowing it to be used in later GDB commands or in GDB scripts.Fixes #1049