Handle single-stepping over fast system calls without polluting
the fast case with a pushf/popf, by having the kernel debug trap set the TIF_SINGLESTEP flag and causing the return path to dtrt.
Showing
Please register or sign in to comment