Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp364 DEBUG_EVENT DebugEvent; in main() local
365 std::memset(&DebugEvent, 0, sizeof(DebugEvent)); in main()
416 success = WaitForDebugEvent(&DebugEvent, TimeLeft); in main()
434 switch(DebugEvent.dwDebugEventCode) { in main()
439 ProcessIDToHandle[DebugEvent.dwProcessId] = in main()
440 DebugEvent.u.CreateProcessInfo.hProcess; in main()
441 ::CloseHandle(DebugEvent.u.CreateProcessInfo.hFile); in main()
449 if (DebugEvent.dwProcessId == ProcessInfo.dwProcessId) in main()
450 return DebugEvent.u.ExitProcess.dwExitCode; in main()
454 ProcessIDToHandle.find(DebugEvent.dwProcessId); in main()
[all …]