Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2271 bool wait_always = true,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp683 const Timeout<std::micro> &timeout, EventSP *event_sp_ptr, bool wait_always, in WaitForProcessToStop() argument
700 if (!wait_always && StateIsStoppedState(state, true) && in WaitForProcessToStop()