-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Handle breakpoints via postmortem when GDB is not running. #7704
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
026c078
Handle breakpoints via postmortem when GDB is not running.
mhightower83 fb3fe9d
comment corrections
mhightower83 02cab45
Merge branch 'master' into pr-bp-4-postmortem
earlephilhower c58baaa
Reviewer requested changes.
mhightower83 c47d7a0
8000
Merge branch 'pr-bp-4-postmortem' of github.com:mhightower83/Arduino …
mhightower83 dd80b84
Corrected build error.
mhightower83 44e60df
Merge branch 'master' into pr-bp-4-postmortem
mhightower83 c8d0da1
Moved definitions around to aid in future merges where
mhightower83 b52648c
Correction for `using _xtos_handler =` in .c files
mhightower83 dc484cf
Improved comments.
mhightower83 01cc415
Cleanup comment.
mhightower83 76f24ec
Merge branch 'master' into pr-bp-4-postmortem
mhightower83 1950c78
Merge branch 'master' into pr-bp-4-postmortem
mhightower83 60b658b
Merge branch 'master' into pr-bp-4-postmortem
mhightower83 79c0d01
replace typdef with using
mhightower83 b0f7e4f
Merge branch 'master' into pr-bp-4-postmortem
mhightower83 de1249f
Merge branch 'master' into pr-bp-4-postmortem
mhightower83 ba887d5
Merge branch 'master' into pr-bp-4-postmortem
mhightower83 c91113d
Merge branch 'master' into pr-bp-4-postmortem
mhightower83 2d67987
Merge branch 'master' into pr-bp-4-postmortem
mhightower83 0404ccd
Merge branch 'master' into pr-bp-4-postmortem
mhightower83 1623ffc
Merge branch 'master' into pr-bp-4-postmortem
mhightower83 229e2e5
Merge branch 'master' into pr-bp-4-postmortem
mhightower83 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
Reviewer requested changes.
Additional - moved postmortem_init to run after preinit. This allows a user replacement exception handler to be installed before postmortem_init which will replace the old exception handlers.
- Loading branch information
commit c58baaa0f3e67cb2d91d01bf76512a4e5b8b6b4a
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand that this 64 is the number of entries in the exception handler? Can the value be moved out to a constexpr or define?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay