Searched refs:DebugEvent (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/KillTheDoctor/
H A DKillTheDoctor.cpp365 DEBUG_EVENT DebugEvent; local
366 std::memset(&DebugEvent, 0, sizeof(DebugEvent));
417 success = WaitForDebugEvent(&DebugEvent, TimeLeft);
434 switch(DebugEvent.dwDebugEventCode) {
439 ProcessIDToHandle[DebugEvent.dwProcessId] =
440 DebugEvent.u.CreateProcessInfo.hProcess;
441 ::CloseHandle(DebugEvent.u.CreateProcessInfo.hFile);
449 if (DebugEvent.dwProcessId == ProcessInfo.dwProcessId)
450 return DebugEvent
[all...]

Completed in 108 milliseconds