Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h74 const ResumeAction *GetActionForThread(lldb::tid_t tid, in GetActionForThread() function
82 return GetActionForThread(LLDB_INVALID_THREAD_ID, false); in GetActionForThread()
97 if (GetActionForThread(LLDB_INVALID_THREAD_ID, true) == nullptr) { in SetDefaultThreadActionIfNeeded()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp444 resume_actions.GetActionForThread(thread->GetID(), true); in ComputeSignalInfo()
498 resume_actions.GetActionForThread(thread.GetID(), true); in Resume()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp464 resume_actions.GetActionForThread(thread.GetID(), true); in Resume()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1684 actions.GetActionForThread(LLDB_INVALID_THREAD_ID, false)) { in ResumeActionListStopsAllThreads()