Home
last modified time | relevance | path

Searched refs:GetActionForThread (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h76 const ResumeAction *GetActionForThread(lldb::tid_t tid, in GetActionForThread() function
84 return GetActionForThread(LLDB_INVALID_THREAD_ID, false); in GetActionForThread()
99 if (GetActionForThread(LLDB_INVALID_THREAD_ID, true) == nullptr) { in SetDefaultThreadActionIfNeeded()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp422 resume_actions.GetActionForThread(thread->GetID(), true); in ComputeSignalInfo()
476 resume_actions.GetActionForThread(thread.GetID(), true); in Resume()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp435 resume_actions.GetActionForThread(thread.GetID(), true); in Resume()