Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dwin32-nat.c1471 static BOOL WINAPI (*DebugActiveProcessStop)(DWORD); variable
1485 if (!DebugActiveProcessStop) in has_detach_ability()
1486 DebugActiveProcessStop = GetProcAddress (kernel32, in has_detach_ability()
1488 if (DebugSetProcessKillOnExit && DebugActiveProcessStop) in has_detach_ability()
1636 if (!DebugActiveProcessStop (current_event.dwProcessId)) in child_detach()
H A DChangeLog-20012204 (DebugActiveProcessStop): Ditto for DebugActiveProcessStop().
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp325 ::DebugActiveProcessStop(m_pid_to_detach); in HandleExceptionEvent()