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

🐛 fix debugger single-instruction stepping mode #329

Merged
merged 5 commits into from
Jun 2, 2022

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented May 29, 2022

This PR fixes the single-instruction (stepi) stepping issue explained in #327 (comment): when doing single-instruction-stepping the debugger does not halt at every single instruction.

ℹ️ This bug has been introduced with version 1.7.1.9 by PR #327.

@stnolting stnolting added bug Something isn't working HW hardware-related labels May 29, 2022
@stnolting stnolting self-assigned this May 29, 2022
@stnolting stnolting changed the title 🐛 fix debugger single-stepping mode 🐛 fix debugger single-instruction stepping mode May 31, 2022
@stnolting stnolting marked this pull request as ready for review June 1, 2022 08:24
@stnolting
Copy link
Owner Author

Hey @GideonZ,

I need to get this merged to continue with some other hardware modifications. I have tested this PR and I could not find any situations where we have the concurrent trap situation again.

However, if you happen to find any problems with the modifications please let me know. 😉

@stnolting stnolting merged commit 06c5d0e into main Jun 2, 2022
@stnolting stnolting deleted the fix_debugger_stepping branch June 2, 2022 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant