Home
last modified time | relevance | path

Searched refs:GetEchoCommands (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp82 bool SBCommandInterpreterRunOptions::GetEchoCommands() const { in GetEchoCommands() function in SBCommandInterpreterRunOptions
85 return m_opaque_up->GetEchoCommands(); in GetEchoCommands()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i51 GetEchoCommands () const;
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h47 bool GetEchoCommands() const;
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h138 bool GetEchoCommands() const { return DefaultToYes(m_echo_commands); } in GetEchoCommands() function
569 bool GetEchoCommands() const;
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp196 bool CommandInterpreter::GetEchoCommands() const { in GetEchoCommands() function in CommandInterpreter
2552 if (options.GetEchoCommands()) { in HandleCommands()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp184 options.SetEchoCommands(m_interpreter.GetEchoCommands()); in DoExecute()