Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dwin32-nat.c1482 static BOOL WINAPI (*DebugActiveProcessStop)(DWORD); variable
1496 if (!DebugActiveProcessStop) in has_detach_ability()
1497 DebugActiveProcessStop = GetProcAddress (kernel32, in has_detach_ability()
1499 if (DebugSetProcessKillOnExit && DebugActiveProcessStop) in has_detach_ability()
1648 if (!DebugActiveProcessStop (current_event.dwProcessId)) in child_detach()