Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h501 bool GetBatchCommandMode() { return m_batch_command_mode; } in GetBatchCommandMode()
504 const bool old_value = m_batch_command_mode; in SetBatchCommandMode()
505 m_batch_command_mode = value; in SetBatchCommandMode()
734 bool m_batch_command_mode; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp136 m_comment_char('#'), m_batch_command_mode(false), in CommandInterpreter()