-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
debug: replace RtlCaptureStackBackTrace (which was spuriously failing) with a new implementation which uses RtlVirtualUnwind instead #12740
Merged
Commits on Jan 1, 2023
-
debug: replace RtlCaptureStackBackTrace (which was spuriously failing…
…) with a new implementation which uses RtlVirtualUnwind instead windows: add RtlCaptureContext, RtlLookupFunctionEntry, RtlVirtualUnwind and supporting types windows: fix alignment of CONTEXT structs to match winnt.h as required by RtlCaptureContext (fxsave instr) windows aarch64: fix __chkstk being defined twice if libc is not linked on msvc
Configuration menu - View commit details
-
Copy full SHA for e1d2851 - Browse repository at this point
Copy the full SHA e1d2851View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4669f6 - Browse repository at this point
Copy the full SHA b4669f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00c4d56 - Browse repository at this point
Copy the full SHA 00c4d56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33a059e - Browse repository at this point
Copy the full SHA 33a059eView commit details -
windows: fixup missing extern on aarch64 RUNTIME_FUNCTION and EXCEPTI…
…ON_REGISTRATION_RECORD
Configuration menu - View commit details
-
Copy full SHA for 4f80d7a - Browse repository at this point
Copy the full SHA 4f80d7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for be96af2 - Browse repository at this point
Copy the full SHA be96af2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77bbb6d - Browse repository at this point
Copy the full SHA 77bbb6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01a9cfb - Browse repository at this point
Copy the full SHA 01a9cfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d611d44 - Browse repository at this point
Copy the full SHA d611d44View commit details -
Configuration menu - View commit details
-
Copy full SHA for ede243a - Browse repository at this point
Copy the full SHA ede243aView commit details
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.