Searched refs:SetWaitForLaunch (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBAttachInfo.cpp | 36 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 D | SBTarget.cpp | 541 attach_info.SetWaitForLaunch(wait_for); in AttachToProcessWithName()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBAttachInfo.i | 42 SetWaitForLaunch (bool b); 45 SetWaitForLaunch (bool b, bool async);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBAttachInfo.h | 86 void SetWaitForLaunch(bool b); 108 void SetWaitForLaunch(bool b, bool async);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Process.h | 135 void SetWaitForLaunch(bool b) { m_wait_for_launch = b; } in SetWaitForLaunch() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 1448 attach_info.SetWaitForLaunch(true); in SetOptionValue()
|
| H A D | CommandObjectProcess.cpp | 320 attach_info.SetWaitForLaunch(true); in SetOptionValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 2593 attach_info.SetWaitForLaunch(m_wait_for_field->GetBoolean()); in GetAttachInfo()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 5077 (arg1)->SetWaitForLaunch(arg2); in _wrap_SBAttachInfo_SetWaitForLaunch__SWIG_0() 5106 (arg1)->SetWaitForLaunch(arg2,arg3); in _wrap_SBAttachInfo_SetWaitForLaunch__SWIG_1()
|