Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h53 void SetEchoCommentCommands(bool echo);
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h155 void SetEchoCommentCommands(bool echo_comments) { in SetEchoCommentCommands() function
592 void SetEchoCommentCommands(bool enable);
/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.cpp227 void CommandInterpreter::SetEchoCommentCommands(bool enable) { in SetEchoCommentCommands() function in CommandInterpreter
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14495 (arg1)->SetEchoCommentCommands(arg2); in _wrap_SBCommandInterpreterRunOptions_SetEchoCommentCommands()