Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp106 bool SBCommandInterpreterRunOptions::GetEchoCommentCommands() const { in GetEchoCommentCommands() function in SBCommandInterpreterRunOptions
108 GetEchoCommentCommands); in GetEchoCommentCommands()
110 return m_opaque_up->GetEchoCommentCommands(); in GetEchoCommentCommands()
279 GetEchoCommentCommands, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h51 bool GetEchoCommentCommands() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h143 bool GetEchoCommentCommands() const { in GetEchoCommentCommands() function
500 bool GetEchoCommentCommands() const;
/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.cpp184 bool CommandInterpreter::GetEchoCommentCommands() const { in GetEchoCommentCommands() function in CommandInterpreter