Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h404 if (m_truncation_warning == eNoTruncation) in ChildrenTruncated()
405 m_truncation_warning = eUnwarnedTruncation; in ChildrenTruncated()
411 return (m_truncation_warning == eUnwarnedTruncation); in TruncationWarningNecessary()
417 m_truncation_warning = eWarnedTruncation; in TruncationWarningGiven()
478 …ChildrenTruncatedWarningStatus m_truncation_warning; // Whether we truncated children and wheth… variable
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp111 m_truncation_warning(eNoTruncation), in CommandInterpreter()