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

Test #96650

Closed
wants to merge 17 commits into from
Closed

Test #96650

wants to merge 17 commits into from

Commits on Jan 22, 2024

  1. Test

    janvorli committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4cde962 View commit details
    Browse the repository at this point in the history
  2. added unwinds

    janvorli committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c418203 View commit details
    Browse the repository at this point in the history
  3. Fix of mdbg tests

    janvorli committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    98c6fd5 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    e1eaae9 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    72ad829 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39cf81f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    4c05e52 View commit details
    Browse the repository at this point in the history
  2. Fix ARM context flags bug

    janvorli committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    018328b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b33658 View commit details
    Browse the repository at this point in the history
  4. Fix x86 build

    janvorli committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7526f17 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Fix unwinding of frames

    The InlinedCallFrame has PC/SP that differs based on whether
    JIT_PinvokeBegin is used or not and also on stuff pushed on stack
    between the frame creation and the call. So there is no reliable
    way to figure out we've unwound to the caller other than detecting
    managed frame.
    janvorli committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    73540ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6be56b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    75f7b21 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    373564a View commit details
    Browse the repository at this point in the history
  2. Fix wrapped exception handling

    The handling was backwards - we were first checking the wrapped
    exception and then the unwrapped when matching handler type and the
    exception type. But we should not try to match the wrapped ones if the
    module doesn't have the flag set to handle wrapped exceptions.
    janvorli committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    2cd44c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Attempt to fix Win7 x86 crash

    And a bit of cleanup
    janvorli committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    421922d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    c53ef58 View commit details
    Browse the repository at this point in the history