Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h2073 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
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp217 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 …]
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm572 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 …]
H A DMachProcess.h286 MachThreadList &GetThreadList() { return m_thread_list; } in GetThreadList()
428 MachThreadList m_thread_list; // A list of threads that is maintained/updated variable
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp501 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 …]
H A DProcessTrace.cpp92 void ProcessTrace::Clear() { m_thread_list.Clear(); } in Clear()
H A DThreadList.cpp755 : 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()
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp287 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()
H A DProcessMinidump.h112 llvm::ArrayRef<minidump::Thread> m_thread_list; variable
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp281 void ScriptedProcess::Clear() { Process::m_thread_list.Clear(); } in Clear()
385 m_thread_list.RefreshStateAfterStop(); in RefreshStateAfterStop()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp415 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()
/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp604 m_thread_list.RefreshStateAfterStop(); in RefreshStateAfterStop()
715 void ProcessMachCore::Clear() { m_thread_list.Clear(); } in Clear()
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp444 m_thread_list.Clear(); in Clear()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1733 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()