Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp99 void SBCommandInterpreterRunOptions::SetEchoCommands(bool echo_commands) { in SetEchoCommands() function in SBCommandInterpreterRunOptions
100 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetEchoCommands, in SetEchoCommands()
103 m_opaque_up->SetEchoCommands(echo_commands); in SetEchoCommands()
276 LLDB_REGISTER_METHOD(void, SBCommandInterpreterRunOptions, SetEchoCommands, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i54 SetEchoCommands (bool);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h49 void SetEchoCommands(bool);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h139 void SetEchoCommands(bool echo_commands) { in SetEchoCommands() function
498 void SetEchoCommands(bool enable);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp301 options.SetEchoCommands(false); in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp467 options.SetEchoCommands(false); in DoExecute()
H A DCommandObjectCommands.cpp155 options.SetEchoCommands(m_interpreter.GetEchoCommands()); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp645 options.SetEchoCommands(true); in BreakpointOptionsCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp179 void CommandInterpreter::SetEchoCommands(bool enable) { in SetEchoCommands() function in CommandInterpreter
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3407 options.SetEchoCommands(false); in HandleStop()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp12922 (arg1)->SetEchoCommands(arg2); in _wrap_SBCommandInterpreterRunOptions_SetEchoCommands()