Searched refs:m_thread_list (Results 1 – 15 of 15) 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;
2073 ThreadList &GetThreadList() { return m_thread_list; } in GetThreadList()2081 ThreadList::ThreadIterable Threads() { return m_thread_list.Threads(); } in Threads()2848 ThreadList m_thread_list; ///< The threads for this process as the user will variable
217 LLDB_LOG(log, "resuming {0} threads.", m_thread_list.GetSize()); in DoResume()220 for (uint32_t i = 0; i < m_thread_list.GetSize(); ++i) { in DoResume()222 m_thread_list.GetThreadAtIndex(i)); in DoResume()361 m_thread_list.RefreshStateAfterStop(); in RefreshStateAfterStop()376 ThreadSP stop_thread = m_thread_list.GetSelectedThread(); in RefreshStateAfterStop()875 for (unsigned i = 0U; i < m_thread_list.GetSize(); i++) { in EnableWatchpoint()876 Thread *thread = m_thread_list.GetThreadAtIndex(i).get(); in EnableWatchpoint()888 for (unsigned i = 0U; i < m_thread_list.GetSize(); i++) { in EnableWatchpoint()889 Thread *thread = m_thread_list.GetThreadAtIndex(i).get(); in EnableWatchpoint()920 for (unsigned i = 0U; i < m_thread_list.GetSize(); i++) { in DisableWatchpoint()[all …]
572 return m_thread_list.GetName(tid);576 return m_thread_list.GetState(tid);580 return m_thread_list.NumThreads();615 return m_thread_list.GetPThreadT(tid);1257 return m_thread_list.CurrentThreadID();1262 m_thread_list.CurrentThreadID());1284 return m_thread_list.GetThreadInfo(tid);1379 m_thread_list.Clear();2279 m_thread_list.Clear();2326 m_thread_list.ProcessDidStop(this);[all …]
286 MachThreadList &GetThreadList() { return m_thread_list; } in GetThreadList()428 MachThreadList m_thread_list; // A list of threads that is maintained/updated variable
501 m_thread_list.Clear(); in ~Process()537 m_thread_list.Destroy(); in Finalize()1147 m_thread_list.SetStopID(stop_id); in UpdateThreadListIfNeeded()1453 m_thread_list.DidStop(); in SetPrivateState()2435 m_thread_list.Clear(); in LoadOperatingSystemPlugin()2982 m_thread_list.Clear(); in CompleteAttach()3064 if (m_thread_list.WillResume()) { in PrivateResume()3074 m_thread_list.DidResume(); in PrivateResume()3214 m_thread_list.DiscardThreadPlans(); in Detach()5598 m_thread_list.Flush(); in Flush()[all …]
92 void ProcessTrace::Clear() { m_thread_list.Clear(); } in Clear()
755 : m_thread_list(nullptr), m_tid(LLDB_INVALID_THREAD_ID) { in ExpressionExecutionThreadPusher()758 m_thread_list = &thread_sp->GetProcess()->GetThreadList(); in ExpressionExecutionThreadPusher()759 m_thread_list->PushExpressionExecutionThread(m_tid); in ExpressionExecutionThreadPusher()
287 m_thread_list = m_minidump_parser->GetThreads(); in DoLoadCore()331 Process::m_thread_list.SetSelectedThreadByID(m_active_exception->ThreadId); in RefreshStateAfterStop()332 stop_thread = Process::m_thread_list.GetSelectedThread(); in RefreshStateAfterStop()457 void ProcessMinidump::Clear() { Process::m_thread_list.Clear(); } in Clear()461 for (const minidump::Thread &thread : m_thread_list) { in DoUpdateThreadList()
112 llvm::ArrayRef<minidump::Thread> m_thread_list; variable
281 void ScriptedProcess::Clear() { Process::m_thread_list.Clear(); } in Clear()385 m_thread_list.RefreshStateAfterStop(); in RefreshStateAfterStop()
415 ThreadSP kernel_thread_sp(m_thread_list.FindThreadByProtocolID(g_kernel_tid)); in DoResume()516 m_thread_list.RefreshStateAfterStop(); in RefreshStateAfterStop()689 void ProcessKDP::Clear() { m_thread_list.Clear(); } in Clear()
604 m_thread_list.RefreshStateAfterStop(); in RefreshStateAfterStop()715 void ProcessMachCore::Clear() { m_thread_list.Clear(); } in Clear()
444 m_thread_list.Clear(); in Clear()
1733 m_thread_list.GetBackingThread(thread_sp)) in SetThreadStopInfo()2346 m_thread_list.SetSelectedThreadByID(m_initial_tid); in RefreshStateAfterStop()2460 m_thread_list.Clear(); in SetLastStopPacket()3198 m_thread_list.Clear(); in Clear()