- Mastering Assembly Programming
- Alexey Lyashko
- 57字
- 2021-08-20 10:23:28
Debug status register (DR6)
When an enabled breakpoint is triggered, the corresponding bit of the four low-order bits in DR6 is set to 1 before entering the debug handler, thus, providing the handler with information about the triggered breakpoint (bit 0 corresponds to the breakpoint in DR0, bit 1 to the breakpoint in DR1, and so on).