Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp82 bool SBCommandInterpreterRunOptions::GetEchoCommands() const { in GetEchoCommands() function in SBCommandInterpreterRunOptions
85 return m_opaque_up->GetEchoCommands(); in GetEchoCommands()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h47 bool GetEchoCommands() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h145 bool GetEchoCommands() const { return DefaultToYes(m_echo_commands); } in GetEchoCommands() function
588 bool GetEchoCommands() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp210 bool CommandInterpreter::GetEchoCommands() const { in GetEchoCommands() function in CommandInterpreter
2568 if (options.GetEchoCommands()) { in HandleCommands()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp164 options.SetEchoCommands(m_interpreter.GetEchoCommands()); in DoExecute()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14419 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetEchoCommands(); in _wrap_SBCommandInterpreterRunOptions_GetEchoCommands()