Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp124 bool SBAttachInfo::GetWaitForLaunch() { in GetWaitForLaunch() function in SBAttachInfo
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h136 bool GetWaitForLaunch() const { return m_wait_for_launch; } in GetWaitForLaunch() function