reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Target/Process.h
 2058   ThreadList &GetThreadList() { return m_thread_list; }
 2066   ThreadList::ThreadIterable Threads() { return m_thread_list.Threads(); }
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  388   m_thread_list.Clear();
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 1824                 m_thread_list.GetBackingThread(thread_sp))
 2409     m_thread_list.SetSelectedThreadByID(m_initial_tid);
 2499         m_thread_list.DiscardThreadPlans();
 2647     m_thread_list.Clear();
 3370   m_thread_list.Clear();
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
  536   m_thread_list.RefreshStateAfterStop();
  647 void ProcessMachCore::Clear() { m_thread_list.Clear(); }
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  266   Process::m_thread_list.SetSelectedThreadByID(m_active_exception->ThreadId);
  267   stop_thread = Process::m_thread_list.GetSelectedThread();
  380 void ProcessMinidump::Clear() { Process::m_thread_list.Clear(); }
tools/lldb/source/Target/Process.cpp
  558   m_thread_list.Clear();
  608   m_thread_list.Destroy();
 1184   if (m_thread_list.GetSize(false) == 0 ||
 1185       stop_id != m_thread_list.GetStopID()) {
 1188       std::lock_guard<std::recursive_mutex> guard(m_thread_list.GetMutex());
 1192       ThreadList &old_thread_list = m_thread_list;
 1240         m_thread_list.Update(new_thread_list);
 1241         m_thread_list.SetStopID(stop_id);
 1420   std::lock_guard<std::recursive_mutex> thread_guard(m_thread_list.GetMutex());
 1451       m_thread_list.DidStop();
 2474     m_thread_list.Clear();
 2969       m_thread_list.Clear();
 3057     if (m_thread_list.WillResume()) {
 3067           m_thread_list.DidResume();
 3206     m_thread_list.DiscardThreadPlans();
 3268       m_thread_list.DiscardThreadPlans();
 3389         switch (m_thread_list.ShouldReportRun(event_ptr)) {
 3419       m_thread_list.ShouldStop(event_ptr);
 3430         should_resume = !m_thread_list.ShouldStop(event_ptr);
 3433         Vote stop_vote = m_thread_list.ShouldReportStop(event_ptr);
 3832         m_thread_list.DiscardThreadPlans();
 5548   m_thread_list.Flush();
 5575   m_thread_list.DiscardThreadPlans();