Home
last modified time | relevance | path

Searched defs:SetWaitForLaunch (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBAttachInfo.cpp128 void SBAttachInfo::SetWaitForLaunch(bool b) { in SetWaitForLaunch() function in SBAttachInfo
134 void SBAttachInfo::SetWaitForLaunch(bool b, bool async) { in SetWaitForLaunch() function in SBAttachInfo
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h131 void SetWaitForLaunch(bool b) { m_wait_for_launch = b; } in SetWaitForLaunch() function