Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp124 bool SBAttachInfo::GetWaitForLaunch() { in GetWaitForLaunch() function in SBAttachInfo
127 return m_opaque_sp->GetWaitForLaunch(); in GetWaitForLaunch()
/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h79 bool GetWaitForLaunch();
/llvm-project/lldb/include/lldb/Target/
H A DProcess.h138 bool GetWaitForLaunch() const { return m_wait_for_launch; } in SetWaitForLaunch()
136 bool GetWaitForLaunch() const { return m_wait_for_launch; } GetWaitForLaunch() function
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1115 if (attach_info.GetWaitForLaunch()) { in DoAttachToProcessWithName()
/llvm-project/lldb/source/Target/
H A DProcess.cpp2969 const bool wait_for_launch = attach_info.GetWaitForLaunch(); in Attach()