Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h107 m_echo_comment_commands(echo_comments), m_print_results(print_results), in CommandInterpreterRunOptions()
119 m_echo_comment_commands = value; in SetSilent()
152 return DefaultToYes(m_echo_comment_commands); in GetEchoCommentCommands()
156 m_echo_comment_commands = echo_comments ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommentCommands()
201 LazyBool m_echo_comment_commands = eLazyBoolCalculate; variable
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2759 if (options.m_echo_comment_commands == eLazyBoolCalculate) { in HandleCommandsFromFile()
2767 } else if (options.m_echo_comment_commands == eLazyBoolYes) { in HandleCommandsFromFile()
3358 if (options->m_echo_comment_commands != eLazyBoolNo) in GetIOHandler()