Expand description
GDB Breakpoint and Watchpoint Management
Implements INT3 software breakpoints (Z0/z0), hardware watchpoints via x86_64 debug registers DR0-DR3 (Z2/z2 write, Z3/z3 read, Z4/z4 access), and single-step via EFLAGS TF bit.
GDB Breakpoint and Watchpoint Management
Implements INT3 software breakpoints (Z0/z0), hardware watchpoints via x86_64 debug registers DR0-DR3 (Z2/z2 write, Z3/z3 read, Z4/z4 access), and single-step via EFLAGS TF bit.