Searched defs:SetWaitForLaunch (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp132 void SBAttachInfo::SetWaitForLaunch(bool b) { function in class:SBAttachInfo
138 void SBAttachInfo::SetWaitForLaunch(bool b, bool async) { function in class:SBAttachInfo
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h120 void SetWaitForLaunch(bool b) { m_wait_for_launch = b; } function in class:lldb_private::ProcessAttachInfo

Completed in 88 milliseconds