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

[mono][debugger] Search for seqpoints directly from jitinfo if it's not find on get_default_jit_mm #100841

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

thaystg
Copy link
Member

@thaystg thaystg commented Apr 9, 2024

This is a safe fix to backport to .NET8 and unblock users.

On .NET9 I think we can completely refactor this code and do not search in all appdomains anymore since we only have one appdomain. I think the default bevahior should be to search for seqpoints in the jitinfo.
I can work on refactoring the code later.

Fixes #100243

@thaystg thaystg changed the title [mono]Try to find seqpoints directly from jitinfo if it's not find on get_default_jit_mm [mono][debugger] Search for seqpoints directly from jitinfo if it's not find on get_default_jit_mm Apr 9, 2024
@thaystg thaystg requested a review from lambdageek April 9, 2024 22:03
@thaystg thaystg requested a review from tommcdon April 9, 2024 22:05
@thaystg
Copy link
Member Author

thaystg commented Apr 11, 2024

@lambdageek can you please review it?

@thaystg
Copy link
Member Author

thaystg commented Apr 12, 2024

/backport to release/8.0-staging

Copy link
Contributor

Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/8666046165

@thaystg thaystg merged commit 3305e71 into dotnet:main Apr 12, 2024
77 of 79 checks passed
matouskozak pushed a commit to matouskozak/runtime that referenced this pull request Apr 30, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iOS: Breakpoint not hit in classes containing static fields that are initialized inline
2 participants