Home
last modified time | relevance | path

Searched refs:ClearThreadCache (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStack.h96 void ClearThreadCache();
151 void ClearThreadCache() { in ClearThreadCache() function
153 plan_list.second.ClearThreadCache(); in ClearThreadCache()
H A DThreadPlan.h325 void ClearThreadCache();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlan.cpp102 void ThreadPlan::ClearThreadCache() { m_thread = nullptr; } in ClearThreadCache() function in ThreadPlan
139 ClearThreadCache(); // We don't cache the thread pointer over resumes. This in WillResume()
H A DThreadPlanStack.cpp382 void ThreadPlanStack::ClearThreadCache() { in ClearThreadCache() function in ThreadPlanStack
385 thread_plan_sp->ClearThreadCache(); in ClearThreadCache()
H A DProcess.cpp1116 m_thread_plans.ClearThreadCache(); in UpdateThreadList()