I want to create a simple Linux kernel debugger for x86 architecture. First, I want him to set breakpoints. I was wondering if there is an api kernel for setting up debugger registers and, if so, good documentation? If there is no api kernel for debugger registers, is there any documentation on how to correctly configure the registers manually (using the assembly instruction "MOV")?
debugging linux kernel breakpoints
Jordan
source share