Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h102 m_print_errors(print_errors), m_add_to_history(add_to_history) {} in CommandInterpreterRunOptions()
110 m_print_errors = value; in SetSilent()
158 bool GetPrintErrors() const { return DefaultToYes(m_print_errors); } in GetPrintErrors()
161 m_print_errors = print_errors ? eLazyBoolYes : eLazyBoolNo; in SetPrintErrors()
190 LazyBool m_print_errors = eLazyBoolCalculate; variable
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2765 if (options.m_print_errors == eLazyBoolCalculate) { in HandleCommandsFromFile()
2772 } else if (options.m_print_errors == eLazyBoolYes) { in HandleCommandsFromFile()
3330 if (options->m_print_errors != eLazyBoolNo) in GetIOHandler()