Searched refs:GetActionForThread (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h76 const ResumeAction *GetActionForThread(lldb::tid_t tid, function in class:lldb_private::ResumeActionList
84 return GetActionForThread(LLDB_INVALID_THREAD_ID, false);
99 if (GetActionForThread(LLDB_INVALID_THREAD_ID, true) == nullptr) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp386 resume_actions.GetActionForThread(thread->GetID(), true);
440 resume_actions.GetActionForThread(thread.GetID(), true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.cpp514 const DNBThreadResumeAction *thread_action = thread_actions.GetActionForThread (thread->ThreadID(), true);
H A DNativeProcessDarwin.cpp1219 action = m_thread_actions.GetActionForThread(tid, false);

Completed in 115 milliseconds