Debugger breakpoints for certain classes of instructions #345
fuel-pcbox
started this conversation in
Ideas
Replies: 1 comment
-
These things could be done using instrumentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, so I maintain another PC emulator called PCBox, and I'd like to be able to compare it against Bochs to see where my remaining CPU bugs lie in my SSE1 and SSE2 emulation, but I can't break on specifically SSE1 or SSE2 instructions whenever they occur in Bochs. This would be a very useful feature for developers of other emulators.
Beta Was this translation helpful? Give feedback.
All reactions