Searched refs:m_thread_list (Results 1 – 10 of 10) sorted by relevance
50 : 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;
2190 ThreadList &GetThreadList() { return m_thread_list; } in GetThreadList()2203 ThreadList::ThreadIterable Threads() { return m_thread_list.Threads(); } in Threads()3016 ThreadList m_thread_list; ///< The threads for this process as the user will variable
510 m_thread_list.Clear(); in ~Process()548 m_thread_list.Destroy(); in Finalize()1152 m_thread_list.SetStopID(stop_id); in UpdateThreadListIfNeeded()1466 m_thread_list.DidStop(); in SetPrivateState()2460 m_thread_list.Clear(); in LoadOperatingSystemPlugin()3032 m_thread_list.Clear(); in CompleteAttach()3117 if (m_thread_list.WillResume()) { in PrivateResume()3127 m_thread_list.DidResume(); in PrivateResume()3271 m_thread_list.DiscardThreadPlans(); in Detach()5673 m_thread_list.Flush(); in Flush()[all …]
94 void ProcessTrace::Clear() { m_thread_list.Clear(); } in Clear()
792 : m_thread_list(nullptr), m_tid(LLDB_INVALID_THREAD_ID) { in ExpressionExecutionThreadPusher()795 m_thread_list = &thread_sp->GetProcess()->GetThreadList(); in ExpressionExecutionThreadPusher()796 m_thread_list->PushExpressionExecutionThread(m_tid); in ExpressionExecutionThreadPusher()
211 m_thread_list = m_minidump_parser->GetThreads(); in DoLoadCore()256 Process::m_thread_list.SetSelectedThreadByID(m_active_exception->ThreadId); in RefreshStateAfterStop()257 stop_thread = Process::m_thread_list.GetSelectedThread(); in RefreshStateAfterStop()382 void ProcessMinidump::Clear() { Process::m_thread_list.Clear(); } in Clear()386 for (const minidump::Thread &thread : m_thread_list) { in DoUpdateThreadList()
112 llvm::ArrayRef<minidump::Thread> m_thread_list; variable
314 void ScriptedProcess::Clear() { Process::m_thread_list.Clear(); } in Clear()405 m_thread_list.RefreshStateAfterStop(); in RefreshStateAfterStop()
444 m_thread_list.Clear(); in Clear()
1709 if (ThreadSP memory_thread_sp = m_thread_list.GetBackingThread(thread_sp)) in SetThreadStopInfo()2366 m_thread_list.SetSelectedThreadByID(m_initial_tid); in RefreshStateAfterStop()2482 m_thread_list.Clear(); in SetLastStopPacket()3298 m_thread_list.Clear(); in Clear()