Searched refs:SetEchoCommands (Results 1 – 10 of 10) sorted by relevance
98 options.SetEchoCommands(true); in DoExecute()
299 options.SetEchoCommands(false); in WatchpointOptionsCallbackFunction()
512 options.SetEchoCommands(false); in DoExecute()
325 options.SetEchoCommands(m_interpreter.GetEchoCommands()); in DoExecute()
115 void SetEchoCommands(bool echo_commands) { in SetEchoCommands() function473 void SetEchoCommands(bool b);
42 void SetEchoCommands(bool);
66 void SBCommandInterpreterRunOptions::SetEchoCommands(bool echo_commands) { in SetEchoCommands() function in SBCommandInterpreterRunOptions67 m_opaque_up->SetEchoCommands(echo_commands); in SetEchoCommands()
667 options.SetEchoCommands(true); in BreakpointOptionsCallbackFunction()
169 void CommandInterpreter::SetEchoCommands(bool b) { in SetEchoCommands() function in CommandInterpreter
2630 options.SetEchoCommands(false); in RunStopHooks()