Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h51 : m_thread_list(&thread_list), m_tid(tid) { in ExpressionExecutionThreadPusher()
52 m_thread_list->PushExpressionExecutionThread(m_tid); in ExpressionExecutionThreadPusher()
58 if (m_thread_list && m_tid != LLDB_INVALID_THREAD_ID) in ~ExpressionExecutionThreadPusher()
59 m_thread_list->PopExpressionExecutionThread(m_tid); in ~ExpressionExecutionThreadPusher()
63 ThreadList *m_thread_list;
H A DProcess.h2215 ThreadList &GetThreadList() { return m_thread_list; } in GetThreadList()
2228 ThreadList::ThreadIterable Threads() { return m_thread_list.Threads(); } in Threads()
3077 ThreadList m_thread_list; ///< The threads for this process as the user will variable
/freebsd/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.h111 llvm::ArrayRef<minidump::Thread> m_thread_list; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp466 m_thread_list_real(*this), m_thread_list(*this), m_thread_plans(*this), in Process()
542 m_thread_list.Clear(); in ~Process()
580 m_thread_list.Destroy(); in Finalize()
1178 if (m_thread_list.GetSize(false) == 0 || in UpdateThreadListIfNeeded()
1179 stop_id != m_thread_list.GetStopID()) { in UpdateThreadListIfNeeded()
1183 std::lock_guard<std::recursive_mutex> guard(m_thread_list.GetMutex()); in UpdateThreadListIfNeeded()
1184 m_thread_list.SetStopID(stop_id); in UpdateThreadListIfNeeded()
1189 ThreadList &old_thread_list = m_thread_list; in UpdateThreadListIfNeeded()
1241 m_thread_list.Update(new_thread_list); in UpdateThreadListIfNeeded()
1242 m_thread_list.SetStopID(stop_id); in UpdateThreadListIfNeeded()
[all …]
H A DProcessTrace.cpp95 void ProcessTrace::Clear() { m_thread_list.Clear(); } in Clear()
H A DThreadList.cpp793 : m_thread_list(nullptr), m_tid(LLDB_INVALID_THREAD_ID) { in ExpressionExecutionThreadPusher()
796 m_thread_list = &thread_sp->GetProcess()->GetThreadList(); in ExpressionExecutionThreadPusher()
797 m_thread_list->PushExpressionExecutionThread(m_tid); in ExpressionExecutionThreadPusher()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp314 void ScriptedProcess::Clear() { Process::m_thread_list.Clear(); } in DoUpdateThreadList()
405 m_thread_list.RefreshStateAfterStop(); in GetProcessInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp454 m_thread_list.Clear(); in Clear()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1729 if (ThreadSP memory_thread_sp = m_thread_list.GetBackingThread(thread_sp)) in SetThreadStopInfo()
2387 m_thread_list.SetSelectedThreadByID(m_initial_tid); in RefreshStateAfterStop()
2503 m_thread_list.Clear(); in SetLastStopPacket()
3309 m_thread_list.Clear(); in Clear()