Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h71 m_echo_comment_commands(echo_comments), m_print_results(print_results), in CommandInterpreterRunOptions()
80 m_print_results(eLazyBoolCalculate), m_print_errors(eLazyBoolCalculate), in CommandInterpreterRunOptions()
86 m_print_results = value; in SetSilent()
129 bool GetPrintResults() const { return DefaultToYes(m_print_results); } in GetPrintResults()
132 m_print_results = print_results ? eLazyBoolYes : eLazyBoolNo; in SetPrintResults()
152 LazyBool m_print_results; variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp2429 if (options.m_print_results == eLazyBoolCalculate) { in HandleCommandsFromFile()
2436 } else if (options.m_print_results == eLazyBoolYes) { in HandleCommandsFromFile()
2908 if (options->m_print_results != eLazyBoolNo) in GetIOHandler()