Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBAttachInfo.cpp132 void SBAttachInfo::SetWaitForLaunch(bool b) { in SetWaitForLaunch() function in SBAttachInfo
138 void SBAttachInfo::SetWaitForLaunch(bool b, bool async) { in SetWaitForLaunch() function in SBAttachInfo
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h120 void SetWaitForLaunch(bool b) { m_wait_for_launch = b; } in SetWaitForLaunch() function