Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp328 const StateType state = process_sp->WaitForProcessToStop( in DebugProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp966 StateType Process::WaitForProcessToStop(const Timeout<std::micro> &timeout, in WaitForProcessToStop() function in Process
1637 WaitForProcessToStop(llvm::None, NULL, true, listener_sp, stream); in ResumeSynchronous()
2863 WaitForProcessToStop(seconds(10), &event_sp, true, listener_sp); in LoadCore()
3345 StateType state = WaitForProcessToStop( in Halt()
3379 WaitForProcessToStop(seconds(10), &exit_event_sp, true, listener_sp); in StopForDestroyOrDetach()
H A DTarget.cpp2903 StateType state = m_process_sp->WaitForProcessToStop( in Launch()
2911 state = m_process_sp->WaitForProcessToStop( in Launch()
3035 state = process_sp->WaitForProcessToStop( in Attach()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2434 WaitForProcessToStop(const Timeout<std::micro> &timeout,