Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h53 void SetEchoCommentCommands(bool echo);
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h148 void SetEchoCommentCommands(bool echo_comments) { in SetEchoCommentCommands() function
573 void SetEchoCommentCommands(bool enable);
/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.cpp213 void CommandInterpreter::SetEchoCommentCommands(bool enable) { in SetEchoCommentCommands() function in CommandInterpreter