Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp124 bool SBAttachInfo::GetWaitForLaunch() { in GetWaitForLaunch() function in SBAttachInfo
127 return m_opaque_sp->GetWaitForLaunch(); in GetWaitForLaunch()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h79 bool GetWaitForLaunch();
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h136 bool GetWaitForLaunch() const { return m_wait_for_launch; } in GetWaitForLaunch() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2987 const bool wait_for_launch = attach_info.GetWaitForLaunch(); in Attach()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1115 if (attach_info.GetWaitForLaunch()) { in DoAttachToProcessWithName()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5960 result = (bool)(arg1)->GetWaitForLaunch(); in _wrap_SBAttachInfo_GetWaitForLaunch()