Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp94 bool SBCommandInterpreterRunOptions::GetEchoCommentCommands() const { in GetEchoCommentCommands() function in SBCommandInterpreterRunOptions
97 return m_opaque_up->GetEchoCommentCommands(); in GetEchoCommentCommands()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h51 bool GetEchoCommentCommands() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h144 bool GetEchoCommentCommands() const { in GetEchoCommentCommands() function
572 bool GetEchoCommentCommands() const;
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp185 options.SetEchoCommentCommands(m_interpreter.GetEchoCommentCommands()); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp207 bool CommandInterpreter::GetEchoCommentCommands() const { in GetEchoCommentCommands() function in CommandInterpreter