⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module breakpoint

Module breakpoint 

Source
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.