reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
   87     m_print_errors = value;
  135   bool GetPrintErrors() const { return DefaultToYes(m_print_errors); }
  138     m_print_errors = print_errors ? eLazyBoolYes : eLazyBoolNo;
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2426   if (options.m_print_errors == eLazyBoolCalculate) {
 2433   } else if (options.m_print_errors == eLazyBoolYes) {
 2904       if (options->m_print_errors != eLazyBoolNo)