KdpSuspendAllBreakpoints

VOID __stdcall KdpSuspendAllBreakpoints(){
  unsigned int i; 
  UINT64 v1; 

  for( i = 1; i <= 0x20; ++i )
  {
    v1 = i - 1;
    if( (*((_DWORD *)&unk_140C33FA0 + 10 * v1) & 5) == 1 )
    {
      *((_DWORD *)&unk_140C33FA0 + 10 * v1) |= 4u;
      KdpLowWriteContent(v1);
    }
  }
}

Referenced by:

KdDisableDebuggerWithLock