Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h529 if (m_max_depth_warning == eNoOmission) in SetReachedMaximumDepth()
530 m_max_depth_warning = eUnwarnedOmission; in SetReachedMaximumDepth()
543 if (m_max_depth_warning == eUnwarnedOmission) { in PrintWarningsIfNecessary()
549 m_max_depth_warning = eWarnedOmission; in PrintWarningsIfNecessary()
764 ChildrenOmissionWarningStatus m_max_depth_warning; variable
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp140 m_truncation_warning(eNoOmission), m_max_depth_warning(eNoOmission), in CommandInterpreter()