Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h504 if (m_max_depth_warning == eNoOmission) in SetReachedMaximumDepth()
505 m_max_depth_warning = eUnwarnedOmission; in SetReachedMaximumDepth()
518 if (m_max_depth_warning == eUnwarnedOmission) { in PrintWarningsIfNecessary()
524 m_max_depth_warning = eWarnedOmission; in PrintWarningsIfNecessary()
721 ChildrenOmissionWarningStatus m_max_depth_warning; variable
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp131 m_truncation_warning(eNoOmission), m_max_depth_warning(eNoOmission), in CommandInterpreter()