Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DDebug.h81 const ResumeAction *GetActionForThread(lldb::tid_t tid, in GetActionForThread() function
89 return GetActionForThread(LLDB_INVALID_THREAD_ID, false); in GetActionForThread()
104 if (GetActionForThread(LLDB_INVALID_THREAD_ID, true) == nullptr) { in SetDefaultThreadActionIfNeeded()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.cpp515 …const DNBThreadResumeAction *thread_action = thread_actions.GetActionForThread (thread->ThreadID()… in ProcessWillResume()
H A DNativeProcessDarwin.cpp1242 action = m_thread_actions.GetActionForThread(tid, false); in ReplyToAllExceptions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp327 resume_actions.GetActionForThread(thread->GetID(), true); in Resume()