Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h51 bool GetEchoCommentCommands() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h151 bool GetEchoCommentCommands() const { in GetEchoCommentCommands() function
591 bool GetEchoCommentCommands() const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp165 options.SetEchoCommentCommands(m_interpreter.GetEchoCommentCommands()); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp221 bool CommandInterpreter::GetEchoCommentCommands() const { in GetEchoCommentCommands() function in CommandInterpreter
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14469 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetEchoCommentCommands(); in _wrap_SBCommandInterpreterRunOptions_GetEchoCommentCommands()