Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreterRunOptions.cpp100 void SBCommandInterpreterRunOptions::SetEchoCommentCommands(bool echo) { in SetEchoCommentCommands() function in SBCommandInterpreterRunOptions
103 m_opaque_up->SetEchoCommentCommands(echo); in SetEchoCommentCommands()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/API/
HDSBCommandInterpreterRunOptions.h53 void SetEchoCommentCommands(bool echo);
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h155 void SetEchoCommentCommands(bool echo_comments) { in SetEchoCommentCommands() function
592 void SetEchoCommentCommands(bool enable);
/freebsd-head/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectCommands.cpp165 options.SetEchoCommentCommands(m_interpreter.GetEchoCommentCommands()); in DoExecute()
/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp227 void CommandInterpreter::SetEchoCommentCommands(bool enable) { in SetEchoCommentCommands() function in CommandInterpreter
/freebsd-head/lib/clang/liblldb/
HDLLDBWrapLua.cpp14495 (arg1)->SetEchoCommentCommands(arg2); in _wrap_SBCommandInterpreterRunOptions_SetEchoCommentCommands()