Searched defs:GetWaitForLaunch (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBAttachInfo.cpp | 124 bool SBAttachInfo::GetWaitForLaunch() { in GetWaitForLaunch() function in SBAttachInfo |
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Process.h | 136 bool GetWaitForLaunch() const { return m_wait_for_launch; } GetWaitForLaunch() function |