Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h396 bool IsControllingPlan() { return m_is_controlling_plan; } in IsControllingPlan()
399 bool old_value = m_is_controlling_plan; in SetIsControllingPlan()
400 m_is_controlling_plan = value; in SetIsControllingPlan()
556 bool m_is_controlling_plan; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlan.cpp31 m_is_controlling_plan(false), m_plan_succeeded(true) { in ThreadPlan()