Home
last modified time | relevance | path

Searched refs:SetEchoCommands (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp88 void SBCommandInterpreterRunOptions::SetEchoCommands(bool echo_commands) { in SetEchoCommands() function in SBCommandInterpreterRunOptions
91 m_opaque_up->SetEchoCommands(echo_commands); in SetEchoCommands()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h49 void SetEchoCommands(bool);
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h147 void SetEchoCommands(bool echo_commands) { in SetEchoCommands() function
589 void SetEchoCommands(bool enable);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp259 options.SetEchoCommands(false); in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp431 options.SetEchoCommands(false); in DoExecute()
H A DCommandObjectCommands.cpp164 options.SetEchoCommands(m_interpreter.GetEchoCommands()); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp626 options.SetEchoCommands(true); in BreakpointOptionsCallbackFunction()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp555 options.SetEchoCommands(!m_option_data.m_source_quietly); in MainLoop()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp216 void CommandInterpreter::SetEchoCommands(bool enable) { in SetEchoCommands() function in CommandInterpreter
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3814 options.SetEchoCommands(false); in HandleStop()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14445 (arg1)->SetEchoCommands(arg2); in _wrap_SBCommandInterpreterRunOptions_SetEchoCommands()