Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp99 void SBCommandInterpreterRunOptions::SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
101 (bool), echo_commands); in SetEchoCommands()
103 m_opaque_up->SetEchoCommands(echo_commands); in SetEchoCommands()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h95 LazyBool echo_commands, LazyBool echo_comments, in CommandInterpreterRunOptions() argument
99 m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands), in CommandInterpreterRunOptions()
139 void SetEchoCommands(bool echo_commands) { in SetEchoCommands() argument
140 m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommands()