Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h490 bool GetBatchCommandMode() { return m_batch_command_mode; } in GetBatchCommandMode()
493 const bool old_value = m_batch_command_mode; in SetBatchCommandMode()
494 m_batch_command_mode = value; in SetBatchCommandMode()
715 bool m_batch_command_mode; variable
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp130 m_comment_char('#'), m_batch_command_mode(false), in CommandInterpreter()