Home
last modified time | relevance | path

Searched defs:GetWaitForLaunch (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBAttachInfo.cpp126 bool SBAttachInfo::GetWaitForLaunch() { in GetWaitForLaunch() function in SBAttachInfo
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h130 bool GetWaitForLaunch() const { return m_wait_for_launch; } in GetWaitForLaunch() function