-
Notifications
You must be signed in to change notification settings - Fork 15.2k
[LLDB][Minidump] Add breakpoint stop reasons to the minidump. #108448
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
10 commits
Select commit
Hold shift + click to select a range
2fece45
Create set for the stop reasons we collect, and add breakpoint to it.
Jlalond 70aeeb6
Make const set with the stop reasons
Jlalond 89a7032
Remove the static set and add test
Jlalond ebc4e59
Add description to stream and add yaml test
Jlalond f1108b0
Drop test in process save core minidump
Jlalond 44c5434
Use ASCII flag
Jlalond 8e91d96
Update yaml to new flag
Jlalond 1697694
Run python formatter
Jlalond b0787fc
Formatter
Jlalond 2a493c7
Add Greg recommended invalid check, and string ref with max value
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
37 changes: 37 additions & 0 deletions
37
lldb/test/API/functionalities/postmortem/minidump-new/linux-x86_64-exceptiondescription.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| --- !minidump | ||
| Streams: | ||
| - Type: SystemInfo | ||
| Processor Arch: AMD64 | ||
| Processor Level: 6 | ||
| Processor Revision: 15876 | ||
| Number of Processors: 40 | ||
| Platform ID: Linux | ||
| CSD Version: 'Linux 3.13.0-91-generic' | ||
| CPU: | ||
| Vendor ID: GenuineIntel | ||
| Version Info: 0x00000000 | ||
| Feature Info: 0x00000000 | ||
| - Type: ThreadList | ||
| Threads: | ||
| - Thread Id: 0x31F222 | ||
| Context: 00000000000000 | ||
| Stack: | ||
| Start of Memory Range: 0x7FFFFFFFD660 | ||
| Content: '' | ||
| - Type: Exception | ||
| Thread ID: 0x31F222 | ||
| Exception Record: | ||
| Exception Code: 0x2 | ||
| Exception Flags: 0x4C4C4442 | ||
| Exception Address: 0x555555556671 | ||
| Number of Parameters: 1 | ||
| Parameter 0: 0x696F706B61657262 | ||
| Parameter 1: 0x312E3120746E | ||
| Parameter 2: 0x1 | ||
| Parameter 3: 0x8000000000000000 | ||
| Parameter 4: 0x200000002 | ||
| Parameter 5: 0x8000000000000002 | ||
| Parameter 7: 0x555555556671 | ||
| Parameter 8: 0x1 | ||
| Thread Context: '' | ||
| ... |
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
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.