Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
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
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2495 if (options.m_echo_comment_commands == eLazyBoolCalculate) { in HandleCommandsFromFile()
2503 } else if (options.m_echo_comment_commands == eLazyBoolYes) { in HandleCommandsFromFile()
3055 if (options->m_echo_comment_commands != eLazyBoolNo) in GetIOHandler()