Home
last modified time | relevance | path

Searched refs:GetWaitForLaunch (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBAttachInfo.cpp122 bool SBAttachInfo::GetWaitForLaunch() { in GetWaitForLaunch() function in SBAttachInfo
125 return m_opaque_sp->GetWaitForLaunch(); in GetWaitForLaunch()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBAttachInfo.i39 GetWaitForLaunch ();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBAttachInfo.h75 bool GetWaitForLaunch();
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h129 bool GetWaitForLaunch() const { return m_wait_for_launch; } in GetWaitForLaunch() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2795 const bool wait_for_launch = attach_info.GetWaitForLaunch(); in Attach()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1105 if (attach_info.GetWaitForLaunch()) { in DoAttachToProcessWithName()