Home
last modified time | relevance | path

Searched refs:SetEchoCommentCommands (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp113 void SBCommandInterpreterRunOptions::SetEchoCommentCommands(bool echo) { in SetEchoCommentCommands() function in SBCommandInterpreterRunOptions
115 SetEchoCommentCommands, (bool), echo); in SetEchoCommentCommands()
117 m_opaque_up->SetEchoCommentCommands(echo); in SetEchoCommentCommands()
281 SetEchoCommentCommands, (bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h53 void SetEchoCommentCommands(bool echo);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h147 void SetEchoCommentCommands(bool echo_comments) { in SetEchoCommentCommands() function
501 void SetEchoCommentCommands(bool enable);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp156 options.SetEchoCommentCommands(m_interpreter.GetEchoCommentCommands()); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp190 void CommandInterpreter::SetEchoCommentCommands(bool enable) { in SetEchoCommentCommands() function in CommandInterpreter