-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
AaronRobinsonMSFT
merged 13 commits into
dotnet:main
from
AaronRobinsonMSFT:step_into_stubs
Mar 4, 2022
Merged
Update the StubManager for better debugger stepping. #65947
AaronRobinsonMSFT
merged 13 commits into
dotnet:main
from
AaronRobinsonMSFT:step_into_stubs
Mar 4, 2022
Commits on Feb 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f9d2ad3 - Browse repository at this point
Copy the full SHA f9d2ad3View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 83d8110 - Browse repository at this point
Copy the full SHA 83d8110View commit details -
Configuration menu - View commit details
-
Copy full SHA for e24a783 - Browse repository at this point
Copy the full SHA e24a783View commit details -
Configuration menu - View commit details
-
Copy full SHA for 319a40c - Browse repository at this point
Copy the full SHA 319a40cView commit details
Commits on Mar 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d41e0dd - Browse repository at this point
Copy the full SHA d41e0ddView commit details
Commits on Mar 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 32ab9ea - Browse repository at this point
Copy the full SHA 32ab9eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3beeb05 - Browse repository at this point
Copy the full SHA 3beeb05View commit details -
Move CODE_SIZE_ALIGN to compilation unit.
Configuration menu - View commit details
-
Copy full SHA for 76cc6ab - Browse repository at this point
Copy the full SHA 76cc6abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 466bbc0 - Browse repository at this point
Copy the full SHA 466bbc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eb3cf3 - Browse repository at this point
Copy the full SHA 6eb3cf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9c2aca - Browse repository at this point
Copy the full SHA c9c2acaView commit details
Commits on Mar 3, 2022
-
Use canonical method names for MethodDesc types.
Missed flag for CALLI not being a PInvoke.
Configuration menu - View commit details
-
Copy full SHA for 4a80151 - Browse repository at this point
Copy the full SHA 4a80151View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6ef2e4 - Browse repository at this point
Copy the full SHA e6ef2e4View 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.