Home
last modified time | relevance | path

Searched refs:GetWaitForLaunch (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBAttachInfo.cpp124 bool SBAttachInfo::GetWaitForLaunch() { in GetWaitForLaunch() function in SBAttachInfo
127 return m_opaque_sp->GetWaitForLaunch(); in GetWaitForLaunch()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBAttachInfo.h79 bool GetWaitForLaunch();
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h136 bool GetWaitForLaunch() const { return m_wait_for_launch; } in GetWaitForLaunch() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp1115 if (attach_info.GetWaitForLaunch()) { in DoAttachToProcessWithName()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp2987 const bool wait_for_launch = attach_info.GetWaitForLaunch(); in Attach()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp5960 result = (bool)(arg1)->GetWaitForLaunch(); in _wrap_SBAttachInfo_GetWaitForLaunch()