Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h233 { eNoTruncation = 0, // never truncated enumerator
455 if (m_truncation_warning == eNoTruncation) in ChildrenTruncated()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp125 m_batch_command_mode(false), m_truncation_warning(eNoTruncation), in CommandInterpreter()