Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i54 SetEchoCommands (bool);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h49 void SetEchoCommands(bool);
/llvm-project-15.0.7/lldb/test/API/python_api/interpreter/
H A DTestRunCommandInterpreterAPI.py95 opts.SetEchoCommands(not opts.GetEchoCommands())
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h139 void SetEchoCommands(bool echo_commands) { in SetEchoCommands() function
558 void SetEchoCommands(bool enable);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp271 options.SetEchoCommands(false); in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp469 options.SetEchoCommands(false); in DoExecute()
H A DCommandObjectCommands.cpp183 options.SetEchoCommands(m_interpreter.GetEchoCommands()); in DoExecute()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp635 options.SetEchoCommands(true); in BreakpointOptionsCallbackFunction()
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp572 options.SetEchoCommands(!m_option_data.m_source_quietly); in MainLoop()
/llvm-project-15.0.7/lldb/examples/python/
H A Dcrashlog.py1065 run_options.SetEchoCommands(True)
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp185 void CommandInterpreter::SetEchoCommands(bool enable) { in SetEchoCommands() function in CommandInterpreter
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp3613 options.SetEchoCommands(false); in HandleStop()