Skip to content
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

[release/7.0] [NativeAOT] correctly initalize CONTEXT before failing fast #81837

Merged
merged 7 commits into from
Feb 9, 2023

Commits on Feb 8, 2023

  1. [NativeAOT] correctly initalize CONTEXT before failing fast

    AustinWise authored and github-actions committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b952d5f View commit details
    Browse the repository at this point in the history
  2. Switch from using GetThreadContext to RtlCaptureContext.

    AustinWise authored and github-actions committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    e779cca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f4ca4c View commit details
    Browse the repository at this point in the history
  4. Update src/coreclr/nativeaot/Runtime/PalRedhawk.h

    Co-authored-by: Vladimir Sadov <[email protected]>
    2 people authored and github-actions committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    8971146 View commit details
    Browse the repository at this point in the history
  5. Respond to feedback: unconditionally set CONTEXT_CONTROL

    AustinWise authored and github-actions committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    55915c5 View commit details
    Browse the repository at this point in the history
  6. Respond to feedback: consolidate setting of ContextFlags.

    AustinWise authored and github-actions committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    89b4ef1 View commit details
    Browse the repository at this point in the history
  7. On second thought, don't add a second layer of ifdef nesting.

    AustinWise authored and github-actions committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    628a023 View commit details
    Browse the repository at this point in the history