Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp94 bool SBCommandInterpreterRunOptions::GetEchoCommentCommands() const { in GetEchoCommentCommands() function in SBCommandInterpreterRunOptions
97 return m_opaque_up->GetEchoCommentCommands(); in GetEchoCommentCommands()
/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h51 bool GetEchoCommentCommands() const;
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h151 bool GetEchoCommentCommands() const { in GetEchoCommentCommands() function
595 bool GetEchoCommentCommands() const;
/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp165 options.SetEchoCommentCommands(m_interpreter.GetEchoCommentCommands()); in DoExecute()
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp221 bool CommandInterpreter::GetEchoCommentCommands() const { in GetEchoCommentCommands() function in CommandInterpreter