Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp38 m_opaque_sp->SetWaitForLaunch(wait_for); in SBAttachInfo()
47 m_opaque_sp->SetWaitForLaunch(wait_for); in SBAttachInfo()
130 void SBAttachInfo::SetWaitForLaunch(bool b) { in SetWaitForLaunch() function in SBAttachInfo
133 m_opaque_sp->SetWaitForLaunch(b); in SetWaitForLaunch()
136 void SBAttachInfo::SetWaitForLaunch(bool b, bool async) { in SetWaitForLaunch() function in SBAttachInfo
139 m_opaque_sp->SetWaitForLaunch(b); in SetWaitForLaunch()
H A DSBTarget.cpp514 attach_info.SetWaitForLaunch(wait_for); in AttachToProcessWithName()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h90 void SetWaitForLaunch(bool b);
112 void SetWaitForLaunch(bool b, bool async);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessAttach.cpp61 attach_info.SetWaitForLaunch(true); in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h138 void SetWaitForLaunch(bool b) { m_wait_for_launch = b; } in SetWaitForLaunch() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3013 attach_info.SetWaitForLaunch(m_wait_for_field->GetBoolean()); in GetAttachInfo()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5986 (arg1)->SetWaitForLaunch(arg2); in _wrap_SBAttachInfo_SetWaitForLaunch__SWIG_0()
6015 (arg1)->SetWaitForLaunch(arg2,arg3); in _wrap_SBAttachInfo_SetWaitForLaunch__SWIG_1()