Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBugreport.cpp98 options.SetEchoCommands(true); in DoExecute()
H A DCommandObjectWatchpointCommand.cpp299 options.SetEchoCommands(false); in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp512 options.SetEchoCommands(false); in DoExecute()
H A DCommandObjectCommands.cpp325 options.SetEchoCommands(m_interpreter.GetEchoCommands()); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h115 void SetEchoCommands(bool echo_commands) { in SetEchoCommands() function
473 void SetEchoCommands(bool b);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h42 void SetEchoCommands(bool);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp66 void SBCommandInterpreterRunOptions::SetEchoCommands(bool echo_commands) { in SetEchoCommands() function in SBCommandInterpreterRunOptions
67 m_opaque_up->SetEchoCommands(echo_commands); in SetEchoCommands()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp667 options.SetEchoCommands(true); in BreakpointOptionsCallbackFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp169 void CommandInterpreter::SetEchoCommands(bool b) { in SetEchoCommands() function in CommandInterpreter
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2630 options.SetEchoCommands(false); in RunStopHooks()