Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp36 m_opaque_sp->SetWaitForLaunch(wait_for); in SBAttachInfo()
46 m_opaque_sp->SetWaitForLaunch(wait_for); in SBAttachInfo()
132 void SBAttachInfo::SetWaitForLaunch(bool b) { in SetWaitForLaunch() function in SBAttachInfo
133 LLDB_RECORD_METHOD(void, SBAttachInfo, SetWaitForLaunch, (bool), b); in SetWaitForLaunch()
135 m_opaque_sp->SetWaitForLaunch(b); in SetWaitForLaunch()
138 void SBAttachInfo::SetWaitForLaunch(bool b, bool async) { in SetWaitForLaunch() function in SBAttachInfo
139 LLDB_RECORD_METHOD(void, SBAttachInfo, SetWaitForLaunch, (bool, bool), b, in SetWaitForLaunch()
142 m_opaque_sp->SetWaitForLaunch(b); in SetWaitForLaunch()
284 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetWaitForLaunch, (bool)); in RegisterMethods()
285 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetWaitForLaunch, (bool, bool)); in RegisterMethods()
H A DSBTarget.cpp541 attach_info.SetWaitForLaunch(wait_for); in AttachToProcessWithName()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBAttachInfo.i42 SetWaitForLaunch (bool b);
45 SetWaitForLaunch (bool b, bool async);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h86 void SetWaitForLaunch(bool b);
108 void SetWaitForLaunch(bool b, bool async);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h135 void SetWaitForLaunch(bool b) { m_wait_for_launch = b; } in SetWaitForLaunch() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1448 attach_info.SetWaitForLaunch(true); in SetOptionValue()
H A DCommandObjectProcess.cpp320 attach_info.SetWaitForLaunch(true); in SetOptionValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2593 attach_info.SetWaitForLaunch(m_wait_for_field->GetBoolean()); in GetAttachInfo()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5077 (arg1)->SetWaitForLaunch(arg2); in _wrap_SBAttachInfo_SetWaitForLaunch__SWIG_0()
5106 (arg1)->SetWaitForLaunch(arg2,arg3); in _wrap_SBAttachInfo_SetWaitForLaunch__SWIG_1()