can anyone explain how debugger manages a single instruction fetch hardware breakpoint across all processors? inspect of ktrap_frame show 0 for all threads. I interest in redirecting int 1 but what is best method to set these?
edit.
basically i ask - we know that context retrieved from trap_frame obviously isn't going to be that an exact copy, and does not reflect actual dr registers. but this must mean that thread is sent through a procedure to set these.
sorry for english.
edit.
basically i ask - we know that context retrieved from trap_frame obviously isn't going to be that an exact copy, and does not reflect actual dr registers. but this must mean that thread is sent through a procedure to set these.
sorry for english.