Home
last modified time | relevance | path

Searched refs:m_cached_plan_explains_stop (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlan.cpp29 m_cached_plan_explains_stop(eLazyBoolCalculate), m_plan_complete(false), in ThreadPlan()
52 if (m_cached_plan_explains_stop == eLazyBoolCalculate) { in PlanExplainsStop()
57 return m_cached_plan_explains_stop == eLazyBoolYes; in PlanExplainsStop()
117 m_cached_plan_explains_stop = eLazyBoolCalculate; in WillResume()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h540 m_cached_plan_explains_stop = does_explain ? eLazyBoolYes : eLazyBoolNo; in CachePlanExplainsStop()
552 LazyBool m_cached_plan_explains_stop; variable