Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h533 if (m_truncation_warning == eNoOmission) in ChildrenTruncated()
534 m_truncation_warning = eUnwarnedOmission; in ChildrenTruncated()
543 if (m_truncation_warning == eUnwarnedOmission) { in PrintWarningsIfNecessary()
549 m_truncation_warning = eWarnedOmission; in PrintWarningsIfNecessary()
778 ChildrenOmissionWarningStatus m_truncation_warning; variable
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp144 m_truncation_warning(eNoOmission), m_max_depth_warning(eNoOmission), in CommandInterpreter()