Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/API/
H A DSBAttachInfo.cpp36 m_opaque_sp->SetWaitForLaunch(wait_for); in SBAttachInfo()
45 m_opaque_sp->SetWaitForLaunch(wait_for); in SBAttachInfo()
128 void SBAttachInfo::SetWaitForLaunch(bool b) { in SetWaitForLaunch() function in SBAttachInfo
131 m_opaque_sp->SetWaitForLaunch(b); in SetWaitForLaunch()
134 void SBAttachInfo::SetWaitForLaunch(bool b, bool async) { in SetWaitForLaunch() function in SBAttachInfo
137 m_opaque_sp->SetWaitForLaunch(b); in SetWaitForLaunch()
H A DSBTarget.cpp505 attach_info.SetWaitForLaunch(wait_for); in AttachToProcessWithName()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBAttachInfo.i42 SetWaitForLaunch (bool b);
45 SetWaitForLaunch (bool b, bool async);
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBAttachInfo.h86 void SetWaitForLaunch(bool b);
108 void SetWaitForLaunch(bool b, bool async);
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h131 void SetWaitForLaunch(bool b) { m_wait_for_launch = b; } in SetWaitForLaunch() function
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1610 attach_info.SetWaitForLaunch(true); in SetOptionValue()
H A DCommandObjectProcess.cpp346 attach_info.SetWaitForLaunch(true); in SetOptionValue()
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp601 attach_info.SetWaitForLaunch(wait_for, false /*async*/); in request_attach()
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3014 attach_info.SetWaitForLaunch(m_wait_for_field->GetBoolean()); in GetAttachInfo()