Home
last modified time | relevance | path

Searched refs:m_plan_complete (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()
63 return m_plan_complete; in IsPlanComplete()
68 m_plan_complete = true; in SetPlanComplete()
75 m_plan_complete = true; in MischiefManaged()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h553 bool m_plan_complete; variable