Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h95 m_override_should_stop = override_value ? eLazyBoolYes : eLazyBoolNo; in OverrideShouldStop()
99 return m_override_should_stop != eLazyBoolCalculate; in GetOverrideShouldStop()
103 return m_override_should_stop == eLazyBoolYes; in GetOverriddenShouldStopValue()
187 LazyBool m_override_should_stop; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp38 m_override_should_stop(eLazyBoolCalculate), m_extended_info() {} in StopInfo()