Searched refs:print_errors (Results 1 – 2 of 2) sorted by relevance
124 void SBCommandInterpreterRunOptions::SetPrintErrors(bool print_errors) { in SetPrintErrors() argument125 LLDB_INSTRUMENT_VA(this, print_errors); in SetPrintErrors()127 m_opaque_up->SetPrintErrors(print_errors); in SetPrintErrors()
96 LazyBool print_results, LazyBool print_errors, in CommandInterpreterRunOptions() argument101 m_print_errors(print_errors), m_add_to_history(add_to_history) {} in CommandInterpreterRunOptions()159 void SetPrintErrors(bool print_errors) { in SetPrintErrors() argument160 m_print_errors = print_errors ? eLazyBoolYes : eLazyBoolNo; in SetPrintErrors()