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

Stepping cleanup, DebugInterface cleanup #19721

Merged
merged 4 commits into from
Dec 12, 2024
Merged

Stepping cleanup, DebugInterface cleanup #19721

merged 4 commits into from
Dec 12, 2024

Conversation

hrydgard
Copy link
Owner

Cleanup some unnecessary time accounting.

Additionally, simplify DebugInterface, so that KernelThreadDebugInterface isn't semantically silly anymore (it shouldn't carry a copy of the main MIPS object...).

We now use MIPSDebugInterface a bit more liberally, but might as well, since this code isn't planned to support any more CPUs..

Having less stuff in DebugInterface makes MIPSDebugInterface a bit easier to extend and modify.

KernelThreadDebugInterface no longer has a useless copy of a MIPSDebugInterface.
@hrydgard hrydgard added the Code Cleanup Cleanup to make future work easier. Needs to be done sometimes. label Dec 12, 2024
@hrydgard hrydgard added this to the v1.19.0 milestone Dec 12, 2024
@hrydgard hrydgard merged commit 3d0dced into master Dec 12, 2024
19 checks passed
@hrydgard hrydgard deleted the stepping-cleanup branch December 12, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Cleanup Cleanup to make future work easier. Needs to be done sometimes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant