Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp100 void SBCommandInterpreterRunOptions::SetEchoCommentCommands(bool echo) { in SetEchoCommentCommands() function in SBCommandInterpreterRunOptions
103 m_opaque_up->SetEchoCommentCommands(echo); in SetEchoCommentCommands()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h53 void SetEchoCommentCommands(bool echo);
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h147 void SetEchoCommentCommands(bool echo_comments) { in SetEchoCommentCommands() function
561 void SetEchoCommentCommands(bool enable);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp184 options.SetEchoCommentCommands(m_interpreter.GetEchoCommentCommands()); in DoExecute()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp196 void CommandInterpreter::SetEchoCommentCommands(bool enable) { in SetEchoCommentCommands() function in CommandInterpreter