Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h98 m_echo_comment_commands(echo_comments), m_print_results(print_results), in CommandInterpreterRunOptions()
107 m_print_results(eLazyBoolCalculate), m_print_errors(eLazyBoolCalculate), in CommandInterpreterRunOptions()
113 m_print_results = value; in SetSilent()
156 bool GetPrintResults() const { return DefaultToYes(m_print_results); } in GetPrintResults()
159 m_print_results = print_results ? eLazyBoolYes : eLazyBoolNo; in SetPrintResults()
193 LazyBool m_print_results; variable
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2505 if (options.m_print_results == eLazyBoolCalculate) { in HandleCommandsFromFile()
2512 } else if (options.m_print_results == eLazyBoolYes) { in HandleCommandsFromFile()
3042 if (options->m_print_results != eLazyBoolNo) in GetIOHandler()