-
Notifications
You must be signed in to change notification settings - Fork 143
Abstractions over debug registers (DR0-DR7) #284
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
Comments
I would think so, it seems like configuring the debug registers could work similar to our configuration of the control registers, see I think if we added a
|
In addition to the AMD/Intel manuals, it might also be useful to look at how Linux does things |
Thanks for the quick reply! I'll prepare a PR soon. 👍 Regarding |
Working on the GDB support for uhyve, I wrote abstractions for the debug registers (DR0-DR7) to be able to easily configure hardware breakpoints. See a work-in-progress and undocumented version here.
Would such abstractions be in scope of this project?
The text was updated successfully, but these errors were encountered: