Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBTarget.h154 SetWaitForLaunch (bool b);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBTarget.cpp288 m_opaque_sp->SetWaitForLaunch (wait_for); in SBAttachInfo()
377 SBAttachInfo::SetWaitForLaunch (bool b) in SetWaitForLaunch() function in SBAttachInfo
379 m_opaque_sp->SetWaitForLaunch (b); in SetWaitForLaunch()
1062 attach_info.SetWaitForLaunch(wait_for); in AttachToProcessWithName()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectProcess.cpp352 attach_info.SetWaitForLaunch(true); in SetOptionValue()
DCommandObjectPlatform.cpp1825 attach_info.SetWaitForLaunch(true); in SetOptionValue()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DProcess.h912 SetWaitForLaunch (bool b) in SetWaitForLaunch() function