Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBAttachInfo.cpp122 bool SBAttachInfo::GetWaitForLaunch() { in GetWaitForLaunch() function in SBAttachInfo
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h129 bool GetWaitForLaunch() const { return m_wait_for_launch; } in GetWaitForLaunch() function