Home
last modified time | relevance | path

Searched refs:m_print_results (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()
116 m_print_results = value; in SetSilent()
159 bool GetPrintResults() const { return DefaultToYes(m_print_results); } in GetPrintResults()
162 m_print_results = print_results ? eLazyBoolYes : eLazyBoolNo; in SetPrintResults()
202 LazyBool m_print_results = eLazyBoolCalculate; variable
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2771 if (options.m_print_results == eLazyBoolCalculate) { in HandleCommandsFromFile()
2778 } else if (options.m_print_results == eLazyBoolYes) { in HandleCommandsFromFile()
3360 if (options->m_print_results != eLazyBoolNo) in GetIOHandler()