Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h499 bool GetBatchCommandMode() { return m_batch_command_mode; } in GetBatchCommandMode()
502 const bool old_value = m_batch_command_mode; in SetBatchCommandMode()
503 m_batch_command_mode = value; in SetBatchCommandMode()
727 bool m_batch_command_mode; variable
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp136 m_comment_char('#'), m_batch_command_mode(false), in CommandInterpreter()