Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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.h2384 ThreadList &GetThreadList() { return m_thread_list; } in GetThreadList()
2392 ThreadList::ThreadIterable Threads() { return m_thread_list.Threads(); } in Threads()
3054 ThreadList m_thread_list; ///< The threads for this process as the user will variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp561 m_thread_list.RefreshStateAfterStop(); in RefreshStateAfterStop()
721 m_thread_list.GetThreadAtIndex(0, false).get()); in EnableWatchpoint()
731 uint32_t thread_count = m_thread_list.GetSize(false); in EnableWatchpoint()
734 m_thread_list.GetThreadAtIndex(i, false).get()); in EnableWatchpoint()
777 uint32_t thread_count = m_thread_list.GetSize(false); in DisableWatchpoint()
780 m_thread_list.GetThreadAtIndex(i, false).get()); in DisableWatchpoint()
802 m_thread_list.GetThreadAtIndex(0, false).get()); in GetWatchpointSupportInfo()
821 return m_thread_list.GetSize(false); in UpdateThreadListIfNeeded()
872 uint32_t thread_count = m_thread_list.GetSize(false); in IsAThreadRunning()
875 m_thread_list.GetThreadAtIndex(i, false).get()); in IsAThreadRunning()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp196 m_thread_list = m_minidump_parser.GetThreads(); in DoLoadCore()
228 Process::m_thread_list.SetSelectedThreadByID(m_active_exception->thread_id); in RefreshStateAfterStop()
229 stop_thread = Process::m_thread_list.GetSelectedThread(); in RefreshStateAfterStop()
305 void ProcessMinidump::Clear() { Process::m_thread_list.Clear(); } in Clear()
309 for (const MinidumpThread& thread : m_thread_list) { in UpdateThreadList()
H A DProcessMinidump.h110 llvm::ArrayRef<MinidumpThread> m_thread_list; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp165 m_sent_interrupt_signo(0), m_auto_resume_signo(0), m_thread_list(), in NativeProcessDarwin()
784 m_thread_list.Clear(); in ExceptionMessageBundleComplete()
831 m_thread_list.ProcessDidStop(*this); in ExceptionMessageBundleComplete()
838 m_thread_list.NotifyException(m_exception_messages[i].state); in ExceptionMessageBundleComplete()
851 m_thread_list.Dump(stream); in ExceptionMessageBundleComplete()
857 if (m_thread_list.ShouldStop(step_more) && (auto_resume == false)) { in ExceptionMessageBundleComplete()
1197 m_thread_list.ProcessWillResume(*this, m_thread_actions); in PrivateResume()
1239 m_thread_list.GetThreadIDByMachPortNumber(message.state.thread_port); in ReplyToAllExceptions()
H A DNativeProcessDarwin.h182 NativeThreadListDarwin m_thread_list; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp808 m_thread_list.Clear(); in ~Process()
858 m_thread_list.Destroy(); in Finalize()
1436 if (m_thread_list.GetSize(false) == 0 || in UpdateThreadListIfNeeded()
1493 m_thread_list.SetStopID(stop_id); in UpdateThreadListIfNeeded()
1699 m_thread_list.DidStop(); in SetPrivateState()
2710 m_thread_list.Clear(); in LoadOperatingSystemPlugin()
3281 if (m_thread_list.WillResume()) { in PrivateResume()
3291 m_thread_list.DidResume(); in PrivateResume()
3437 m_thread_list.DiscardThreadPlans(); in Detach()
5770 m_thread_list.Flush(); in Flush()
[all …]
H A DThreadList.cpp748 : m_thread_list(nullptr), m_tid(LLDB_INVALID_THREAD_ID) { in ExpressionExecutionThreadPusher()
751 m_thread_list = &thread_sp->GetProcess()->GetThreadList(); in ExpressionExecutionThreadPusher()
752 m_thread_list->PushExpressionExecutionThread(m_tid); in ExpressionExecutionThreadPusher()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp394 m_thread_list.Clear(); in Clear()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1871 m_thread_list.GetBackingThread(thread_sp)) in SetThreadStopInfo()
2449 m_thread_list.SetSelectedThreadByID(m_initial_tid); in RefreshStateAfterStop()
2541 m_thread_list.DiscardThreadPlans(); in DoDestroy()
2693 m_thread_list.Clear(); in SetLastStopPacket()
3421 m_thread_list.Clear(); in Clear()