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;
2096 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
481 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 …]
97 void ProcessTrace::Clear() { m_thread_list.Clear(); } in Clear()
754 : 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()
289 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()
115 llvm::ArrayRef<minidump::Thread> m_thread_list; variable
287 void ScriptedProcess::Clear() { Process::m_thread_list.Clear(); } in Clear()
1812 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()
381 m_thread_list.Clear(); in Clear()