Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h396 GetBatchCommandMode () { return m_batch_command_mode; } in GetBatchCommandMode()
399 SetBatchCommandMode (bool value) { m_batch_command_mode = value; } in SetBatchCommandMode()
477 bool m_batch_command_mode; variable
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp110 m_batch_command_mode (false), in CommandInterpreter()