Home
last modified time | relevance | path

Searched refs:echo_commands (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp88 void SBCommandInterpreterRunOptions::SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
89 LLDB_INSTRUMENT_VA(this, echo_commands); in SetEchoCommands()
91 m_opaque_up->SetEchoCommands(echo_commands); in SetEchoCommands()
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h80 /// \param[in] echo_commands
86 /// if echo_commands is \b true.
101 LazyBool echo_commands, LazyBool echo_comments, in CommandInterpreterRunOptions() argument
106 m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands), in CommandInterpreterRunOptions()
147 void SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
148 m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommands()