Home
last modified time | relevance | path

Searched refs:DiscardThreadPlans (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanBase.cpp103 m_thread.DiscardThreadPlans(false); in ShouldStop()
133 m_thread.DiscardThreadPlans(false); in ShouldStop()
145 m_thread.DiscardThreadPlans(false); in ShouldStop()
156 m_thread.DiscardThreadPlans(false); in ShouldStop()
H A DThreadList.cpp474 void ThreadList::DiscardThreadPlans() { in DiscardThreadPlans() function in ThreadList
481 (*pos)->DiscardThreadPlans(true); in DiscardThreadPlans()
H A DThread.cpp1194 DiscardThreadPlans(true); in QueueThreadPlan()
1288 void Thread::DiscardThreadPlans(bool force) { in DiscardThreadPlans() function in Thread
1714 thread->DiscardThreadPlans(true); in ReturnFromFrame()
H A DProcess.cpp3437 m_thread_list.DiscardThreadPlans(); in Detach()
3499 m_thread_list.DiscardThreadPlans(); in Destroy()
4061 m_thread_list.DiscardThreadPlans(); in RunPrivateStateThread()
5795 m_thread_list.DiscardThreadPlans(); in DidExec()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadList.h133 void DiscardThreadPlans();
H A DThread.h1068 void DiscardThreadPlans(bool force);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2541 m_thread_list.DiscardThreadPlans(); in DoDestroy()