Searched refs:GetEchoCommands (Results 1 – 6 of 6) sorted by relevance
82 bool SBCommandInterpreterRunOptions::GetEchoCommands() const { in GetEchoCommands() function in SBCommandInterpreterRunOptions85 return m_opaque_up->GetEchoCommands(); in GetEchoCommands()
47 bool GetEchoCommands() const;
145 bool GetEchoCommands() const { return DefaultToYes(m_echo_commands); } in GetEchoCommands() function588 bool GetEchoCommands() const;
210 bool CommandInterpreter::GetEchoCommands() const { in GetEchoCommands() function in CommandInterpreter2568 if (options.GetEchoCommands()) { in HandleCommands()
164 options.SetEchoCommands(m_interpreter.GetEchoCommands()); in DoExecute()
14419 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetEchoCommands(); in _wrap_SBCommandInterpreterRunOptions_GetEchoCommands()