Home
last modified time | relevance | path

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

/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()
/llvm-project/lldb/test/API/python_api/interpreter/
H A DTestRunCommandInterpreterAPI.py97 options.SetEchoCommands(False)
133 opts.SetEchoCommands(not opts.GetEchoCommands())
/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h49 void SetEchoCommands(bool);
/llvm-project/lldb/test/API/commands/command/script/add/
H A DTestAddParsedCommand.py51 options.SetEchoCommands(False)
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h147 void SetEchoCommands(bool echo_commands) { in SetEchoCommands() function
593 void SetEchoCommands(bool enable);
/llvm-project/lldb/test/API/python_api/was_interrupted/
H A DTestDebuggerInterruption.py93 options.SetEchoCommands(False)
/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()
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp631 options.SetEchoCommands(true); in BreakpointOptionsCallbackFunction()
/llvm-project/lldb/tools/driver/
H A DDriver.cpp554 options.SetEchoCommands(!m_option_data.m_source_quietly); in MainLoop()
/llvm-project/lldb/examples/python/
H A Dcrashlog.py1575 run_options.SetEchoCommands(True)
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp216 void CommandInterpreter::SetEchoCommands(bool enable) { in SetEchoCommands() function in CommandInterpreter
/llvm-project/lldb/source/Target/
H A DTarget.cpp3943 options.SetEchoCommands(false);