Home
last modified time | relevance | path

Searched refs:m_echo_comment_commands (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h100 m_echo_comment_commands(echo_comments), m_print_results(print_results), in CommandInterpreterRunOptions()
111 m_echo_comment_commands = value; in SetSilent()
144 return DefaultToYes(m_echo_comment_commands); in GetEchoCommentCommands()
148 m_echo_comment_commands = echo_comments ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommentCommands()
187 LazyBool m_echo_comment_commands = eLazyBoolCalculate; variable
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2691 if (options.m_echo_comment_commands == eLazyBoolCalculate) { in HandleCommandsFromFile()
2699 } else if (options.m_echo_comment_commands == eLazyBoolYes) { in HandleCommandsFromFile()
3273 if (options->m_echo_comment_commands != eLazyBoolNo) in GetIOHandler()