Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h419 bool GetBatchCommandMode() { return m_batch_command_mode; } in GetBatchCommandMode()
422 const bool old_value = m_batch_command_mode; in SetBatchCommandMode()
423 m_batch_command_mode = value; in SetBatchCommandMode()
600 bool m_batch_command_mode; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp135 m_batch_command_mode(false), m_truncation_warning(eNoTruncation), in CommandInterpreter()