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

Update the StubManager for better debugger stepping. #65947

Merged
merged 13 commits into from
Mar 4, 2022

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    f9d2ad3 View commit details
    Browse the repository at this point in the history
  2. The StubManager is now aware of InstantiatingMethods in IL Stub

      and StubLink scenarios
    Created the concept of a "StepThroughStub". This handles cases where
      the stub should be treated like as an implementation details and
      simply forward to the appropriate target.
    Updates to various logging mechanisms.
    AaronRobinsonMSFT committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    83d8110 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e24a783 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    319a40c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

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

Commits on Mar 2, 2022

  1. Review feedback.

    AaronRobinsonMSFT committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    32ab9ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3beeb05 View commit details
    Browse the repository at this point in the history
  3. Remove FlagUnbreakable flag.

    Move CODE_SIZE_ALIGN to compilation unit.
    AaronRobinsonMSFT committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    76cc6ab View commit details
    Browse the repository at this point in the history
  4. Fix GCC failure.

    AaronRobinsonMSFT committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    466bbc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6eb3cf3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9c2aca View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Use canonical method names for MethodDesc types.

    Missed flag for CALLI not being a PInvoke.
    AaronRobinsonMSFT committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    4a80151 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6ef2e4 View commit details
    Browse the repository at this point in the history