Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStack.h96 void ClearThreadCache();
154 void ClearThreadCache() { in ClearThreadCache() function
156 plan_list.second.ClearThreadCache(); in ClearThreadCache()
H A DThreadPlan.h330 void ClearThreadCache();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlan.cpp103 void ThreadPlan::ClearThreadCache() { m_thread = nullptr; } in ClearThreadCache() function in ThreadPlan
140 ClearThreadCache(); // We don't cache the thread pointer over resumes. This in WillResume()
H A DThreadPlanStack.cpp387 void ThreadPlanStack::ClearThreadCache() { in ClearThreadCache() function in ThreadPlanStack
390 thread_plan_sp->ClearThreadCache(); in ClearThreadCache()
H A DProcess.cpp1172 m_thread_plans.ClearThreadCache(); in UpdateThreadList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp322 m_thread_plans.ClearThreadCache(); in DoUpdateThreadList()