Home
last modified time | relevance | path

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

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