Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i54 SetEchoCommands (bool);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h49 void SetEchoCommands(bool);
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h140 void SetEchoCommands(bool echo_commands) { in SetEchoCommands() function
570 void SetEchoCommands(bool enable);
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp271 options.SetEchoCommands(false); in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp469 options.SetEchoCommands(false); in DoExecute()
H A DCommandObjectCommands.cpp184 options.SetEchoCommands(m_interpreter.GetEchoCommands()); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp635 options.SetEchoCommands(true); in BreakpointOptionsCallbackFunction()
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp574 options.SetEchoCommands(!m_option_data.m_source_quietly); in MainLoop()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dcrashlog.py1133 run_options.SetEchoCommands(True)
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp202 void CommandInterpreter::SetEchoCommands(bool enable) { in SetEchoCommands() function in CommandInterpreter
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp3710 options.SetEchoCommands(false); in HandleStop()