Searched defs:SetWaitForLaunch (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBAttachInfo.cpp | 130 void SBAttachInfo::SetWaitForLaunch(bool b) { in SetWaitForLaunch() function in SBAttachInfo |
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Process.h | 138 void SetWaitForLaunch(bool b) { m_wait_for_launch = b; } SetWaitForLaunch() function |