Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 269 of file kdbreak.c.
Referenced by KdDisableDebuggerWithLock().
{ ULONG BpEntry; /* Breakpoints are suspended */ BreakpointsSuspended = TRUE; /* Loop every breakpoint */ for (BpEntry = 1; BpEntry <= KD_BREAKPOINT_MAX; BpEntry++) { /* Suspend it */ KdpSuspendBreakPoint(BpEntry); } }