-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[mono][debugger] Fix step on ios when using interpreter #63515
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
Conversation
|
Tagging subscribers to this area: @BrzVlad Issue DetailsOn
|
| } | ||
|
|
||
| static void | ||
| add_bb_to_basic_blocks(TransformData *td, InterpBasicBlock *bb) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't really see the usefulness of this method
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed the function.
|
Should this be backported? |
I think so. I'm not sure if to 6.0 or to 6.0maui. |
|
6.0maui at this point |
|
/backport to release/6.0maui |
|
Started backporting to release/6.0maui: https://github.com/dotnet/runtime/actions/runs/1682928588 |
|
@thaystg an error occurred while backporting to release/6.0maui, please check the run log for details! Error: The specified backport target branch release/6.0maui wasn't found in the repo. |
|
/backport to release/6.0-maui |
|
Started backporting to release/6.0-maui: https://github.com/dotnet/runtime/actions/runs/1682945058 |
On
save_seq_pointsfunction we loop in thistd->basic_blockslist, but this block was not being added so we could not step correctly on iOS.