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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dwin32-nat.c1471 static BOOL WINAPI (*DebugActiveProcessStop)(DWORD); variable
1485 if (!DebugActiveProcessStop)
1486 DebugActiveProcessStop = GetProcAddress (kernel32,
1487 "DebugActiveProcessStop");
1488 if (DebugSetProcessKillOnExit && DebugActiveProcessStop)
1636 if (!DebugActiveProcessStop (current_event.dwProcessId))

Completed in 87 milliseconds