Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp126 bool SBAttachInfo::GetWaitForLaunch() { in GetWaitForLaunch() function in SBAttachInfo
127 LLDB_RECORD_METHOD_NO_ARGS(bool, SBAttachInfo, GetWaitForLaunch); in GetWaitForLaunch()
129 return m_opaque_sp->GetWaitForLaunch(); in GetWaitForLaunch()
283 LLDB_REGISTER_METHOD(bool, SBAttachInfo, GetWaitForLaunch, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBAttachInfo.i39 GetWaitForLaunch ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h75 bool GetWaitForLaunch();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h133 bool GetWaitForLaunch() const { return m_wait_for_launch; } in GetWaitForLaunch() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1188 if (attach_info.GetWaitForLaunch()) { in DoAttachToProcessWithName()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2746 const bool wait_for_launch = attach_info.GetWaitForLaunch(); in Attach()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5051 result = (bool)(arg1)->GetWaitForLaunch(); in _wrap_SBAttachInfo_GetWaitForLaunch()