Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.h2190 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
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp510 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 …]
H A DProcessTrace.cpp94 void ProcessTrace::Clear() { m_thread_list.Clear(); } in Clear()
H A DThreadList.cpp792 : 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()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp211 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()
H A DProcessMinidump.h112 llvm::ArrayRef<minidump::Thread> m_thread_list; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp314 void ScriptedProcess::Clear() { Process::m_thread_list.Clear(); } in Clear()
405 m_thread_list.RefreshStateAfterStop(); in RefreshStateAfterStop()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp444 m_thread_list.Clear(); in Clear()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1709 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()