Home
last modified time | relevance | path

Searched refs:m_thread_list (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h50 : m_thread_list(&thread_list), m_tid(tid) { in ExpressionExecutionThreadPusher()
51 m_thread_list->PushExpressionExecutionThread(m_tid); in ExpressionExecutionThreadPusher()
57 if (m_thread_list && m_tid != LLDB_INVALID_THREAD_ID) in ~ExpressionExecutionThreadPusher()
58 m_thread_list->PopExpressionExecutionThread(m_tid); in ~ExpressionExecutionThreadPusher()
62 ThreadList *m_thread_list;
H A DProcess.h2096 ThreadList &GetThreadList() { return m_thread_list; } in GetThreadList()
2104 ThreadList::ThreadIterable Threads() { return m_thread_list.Threads(); } in Threads()
2879 ThreadList m_thread_list; ///< The threads for this process as the user will variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp481 m_thread_list.Clear(); in ~Process()
517 m_thread_list.Destroy(); in Finalize()
1128 m_thread_list.SetStopID(stop_id); in UpdateThreadListIfNeeded()
1428 m_thread_list.DidStop(); in SetPrivateState()
2450 m_thread_list.Clear(); in LoadOperatingSystemPlugin()
2952 m_thread_list.Clear(); in CompleteAttach()
3035 if (m_thread_list.WillResume()) { in PrivateResume()
3045 m_thread_list.DidResume(); in PrivateResume()
3185 m_thread_list.DiscardThreadPlans(); in Detach()
5572 m_thread_list.Flush(); in Flush()
[all …]
H A DProcessTrace.cpp97 void ProcessTrace::Clear() { m_thread_list.Clear(); } in Clear()
H A DThreadList.cpp754 : m_thread_list(nullptr), m_tid(LLDB_INVALID_THREAD_ID) { in ExpressionExecutionThreadPusher()
757 m_thread_list = &thread_sp->GetProcess()->GetThreadList(); in ExpressionExecutionThreadPusher()
758 m_thread_list->PushExpressionExecutionThread(m_tid); in ExpressionExecutionThreadPusher()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp289 m_thread_list = m_minidump_parser->GetThreads(); in DoLoadCore()
337 Process::m_thread_list.SetSelectedThreadByID(m_active_exception->ThreadId); in RefreshStateAfterStop()
338 stop_thread = Process::m_thread_list.GetSelectedThread(); in RefreshStateAfterStop()
463 void ProcessMinidump::Clear() { Process::m_thread_list.Clear(); } in Clear()
467 for (const minidump::Thread &thread : m_thread_list) { in DoUpdateThreadList()
H A DProcessMinidump.h115 llvm::ArrayRef<minidump::Thread> m_thread_list; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp287 void ScriptedProcess::Clear() { Process::m_thread_list.Clear(); } in Clear()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1812 m_thread_list.GetBackingThread(thread_sp)) in SetThreadStopInfo()
2402 m_thread_list.SetSelectedThreadByID(m_initial_tid); in RefreshStateAfterStop()
2493 m_thread_list.DiscardThreadPlans(); in DoDestroy()
2642 m_thread_list.Clear(); in SetLastStopPacket()
3396 m_thread_list.Clear(); in Clear()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp381 m_thread_list.Clear(); in Clear()