-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[Obj2Yaml] Add support for minidump generation with 64b memory ranges. #101272
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
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
d28a238
Squash 64b-memory-regions-minidump and take only llvm-changes
Jlalond 101c006
Make some further changes to enable content, remove const modifier so…
Jlalond fe45ccd
Quick cleanup as Greg pointed out, actually include test code to test…
Jlalond b7352c9
Fix test with arrayRefFrom suggestion
Jlalond 06f263f
Convert to an iterator instead of cacheing
Jlalond fe84172
Readd const to the objectfile reference
Jlalond e4ad875
Run git-clang-format
Jlalond 6052339
Manual fix formatting for {} and fix the basic.yaml test
Jlalond 4fe66e1
Get fallible iterator happy path complete, need to remove debug code …
Jlalond 1c6e513
Add test case for DataSize < Content
Jlalond 2bf7371
Rebase and run clang format
Jlalond 807dfd3
Remove last extraneous ; on constructor curly braces
Jlalond 123f6ed
Fix Obj2yaml bug and add comment where the iterator starts uninitiali…
Jlalond e5794ae
Create out of bounds check for first element of iterator, allowing no…
Jlalond bb7bf1f
Drop RVA property and index and instead pop off the front of the arra…
Jlalond 06732f0
Run GCF
Jlalond 63ca9e1
Modify comment
Jlalond 72d6a16
Impliment good feedback on making code more concise, and fix callback…
Jlalond 388e0aa
Add .empty() calls that got missed when I reorganized the code
Jlalond File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.