Searched refs:echo_commands (Results 1 – 2 of 2) sorted by relevance
66 LazyBool echo_commands, LazyBool echo_comments, in CommandInterpreterRunOptions() argument69 m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands), in CommandInterpreterRunOptions()115 void SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument116 m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommands()
66 void SBCommandInterpreterRunOptions::SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument67 m_opaque_up->SetEchoCommands(echo_commands); in SetEchoCommands()