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

[rtl] fix single-step halting #887

Merged
merged 3 commits into from Apr 27, 2024
Merged

[rtl] fix single-step halting #887

merged 3 commits into from Apr 27, 2024

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Apr 27, 2024

Allow the debugger's single-stepping to intercept exception entry (halt right after trap entry).

Fixing #885

@stnolting stnolting added risc-v compliance Modification to comply with official RISC-V specs. HW hardware-related labels Apr 27, 2024
@stnolting stnolting self-assigned this Apr 27, 2024
@stnolting stnolting linked an issue Apr 27, 2024 that may be closed by this pull request
@stnolting stnolting marked this pull request as ready for review April 27, 2024 18:09
@stnolting stnolting merged commit 49bc8be into main Apr 27, 2024
10 checks passed
@stnolting stnolting deleted the fix_single_step_halt branch April 27, 2024 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HW hardware-related risc-v compliance Modification to comply with official RISC-V specs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not immediately halting when single-stepping into an exception
1 participant