modified elfcore to support more than one prstatus#47
Closed
ocean1 wants to merge 2 commits intoangr:masterfrom
ocean1:elfcore_prstatus
Closed
modified elfcore to support more than one prstatus#47ocean1 wants to merge 2 commits intoangr:masterfrom ocean1:elfcore_prstatus
ocean1 wants to merge 2 commits intoangr:masterfrom
ocean1:elfcore_prstatus
Conversation
Member
|
Requesting a look by @rhelmot. |
Member
|
I'm really not sure what to say about this one - I didn't write this code (I think nick did?) and on top of that I have zero knowledge about how core dumps work |
Member
|
This has been superseded by #234 |
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.
support for more than one prstatus present in a core file (see https://ocean1.github.io/2016/12/31/mario-writeup/): instead of raising an exception, load the various prstatuses as objects inside an array.
next step will be to add a core_state to factory, to allow the automatic creation of a blank state with the status set from the prstatus for the selected thread.