Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dwin32-nat.c1476 static BOOL WINAPI (*DebugActiveProcessStop)(DWORD); variable
1490 if (!DebugActiveProcessStop) in has_detach_ability()
1491 DebugActiveProcessStop = GetProcAddress (kernel32, in has_detach_ability()
1493 if (DebugSetProcessKillOnExit && DebugActiveProcessStop) in has_detach_ability()
1641 if (!DebugActiveProcessStop (current_event.dwProcessId)) in child_detach()