Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/API/
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()
DSBTarget.cpp505 attach_info.SetWaitForLaunch(wait_for); in AttachToProcessWithName()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBAttachInfo.i42 SetWaitForLaunch (bool b);
45 SetWaitForLaunch (bool b, bool async);
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBAttachInfo.h86 void SetWaitForLaunch(bool b);
108 void SetWaitForLaunch(bool b, bool async);
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DProcess.h131 void SetWaitForLaunch(bool b) { m_wait_for_launch = b; } in SetWaitForLaunch() function
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectPlatform.cpp1610 attach_info.SetWaitForLaunch(true); in SetOptionValue()
DCommandObjectProcess.cpp346 attach_info.SetWaitForLaunch(true); in SetOptionValue()
/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp601 attach_info.SetWaitForLaunch(wait_for, false /*async*/); in request_attach()
/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandlerCursesGUI.cpp3014 attach_info.SetWaitForLaunch(m_wait_for_field->GetBoolean()); in GetAttachInfo()