Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h101 m_echo_comment_commands(echo_comments), m_print_results(print_results), in CommandInterpreterRunOptions()
112 m_echo_comment_commands = value; in SetSilent()
145 return DefaultToYes(m_echo_comment_commands); in GetEchoCommentCommands()
149 m_echo_comment_commands = echo_comments ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommentCommands()
188 LazyBool m_echo_comment_commands = eLazyBoolCalculate; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2745 if (options.m_echo_comment_commands == eLazyBoolCalculate) { in HandleCommandsFromFile()
2753 } else if (options.m_echo_comment_commands == eLazyBoolYes) { in HandleCommandsFromFile()
3337 if (options->m_echo_comment_commands != eLazyBoolNo) in GetIOHandler()