Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBAttachInfo.cpp30 m_opaque_sp->SetWaitForLaunch(wait_for); in SBAttachInfo()
37 m_opaque_sp->SetWaitForLaunch(wait_for); in SBAttachInfo()
96 void SBAttachInfo::SetWaitForLaunch(bool b) { in SetWaitForLaunch() function in SBAttachInfo
97 m_opaque_sp->SetWaitForLaunch(b); in SetWaitForLaunch()
100 void SBAttachInfo::SetWaitForLaunch(bool b, bool async) { in SetWaitForLaunch() function in SBAttachInfo
101 m_opaque_sp->SetWaitForLaunch(b); in SetWaitForLaunch()
H A DSBTarget.cpp520 attach_info.SetWaitForLaunch(wait_for); in AttachToProcessWithName()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBAttachInfo.h93 void SetWaitForLaunch(bool b);
117 void SetWaitForLaunch(bool b, bool async);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp356 attach_info.SetWaitForLaunch(true); in SetOptionValue()
H A DCommandObjectPlatform.cpp1532 attach_info.SetWaitForLaunch(true); in SetOptionValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h197 void SetWaitForLaunch(bool b) { m_wait_for_launch = b; } in SetWaitForLaunch() function