Home
last modified time | relevance | path

Searched refs:GetWaitForLaunch (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBAttachInfo.cpp92 bool SBAttachInfo::GetWaitForLaunch() { in GetWaitForLaunch() function in SBAttachInfo
93 return m_opaque_sp->GetWaitForLaunch(); in GetWaitForLaunch()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBAttachInfo.h80 bool GetWaitForLaunch();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h195 bool GetWaitForLaunch() const { return m_wait_for_launch; } in GetWaitForLaunch() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2999 const bool wait_for_launch = attach_info.GetWaitForLaunch(); in Attach()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1258 if (attach_info.GetWaitForLaunch()) { in DoAttachToProcessWithName()