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.h524 if (m_truncation_warning == eNoOmission) in ChildrenTruncated()
525 m_truncation_warning = eUnwarnedOmission; in ChildrenTruncated()
534 if (m_truncation_warning == eUnwarnedOmission) { in PrintWarningsIfNecessary()
540 m_truncation_warning = eWarnedOmission; in PrintWarningsIfNecessary()
761 ChildrenOmissionWarningStatus m_truncation_warning; variable
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp140 m_truncation_warning(eNoOmission), m_max_depth_warning(eNoOmission), in CommandInterpreter()