Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h70 m_echo_comment_commands(echo_comments), m_print_results(print_results), in CommandInterpreterRunOptions()
78 m_echo_comment_commands(eLazyBoolCalculate), in CommandInterpreterRunOptions()
87 m_echo_comment_commands = value; in SetSilent()
120 return DefaultToYes(m_echo_comment_commands); in GetEchoCommentCommands()
124 m_echo_comment_commands = echo_comments ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommentCommands()
143 LazyBool m_echo_comment_commands; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2427 if (options.m_echo_comment_commands == eLazyBoolCalculate) { in HandleCommandsFromFile()
2435 } else if (options.m_echo_comment_commands == eLazyBoolYes) { in HandleCommandsFromFile()
2967 if (options->m_echo_comment_commands != eLazyBoolNo) in GetIOHandler()