Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp124 void SBCommandInterpreterRunOptions::SetPrintErrors(bool print_errors) { in SetPrintErrors() argument
125 LLDB_INSTRUMENT_VA(this, print_errors); in SetPrintErrors()
127 m_opaque_up->SetPrintErrors(print_errors); in SetPrintErrors()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h96 LazyBool print_results, LazyBool print_errors, in CommandInterpreterRunOptions() argument
101 m_print_errors(print_errors), m_add_to_history(add_to_history) {} in CommandInterpreterRunOptions()
159 void SetPrintErrors(bool print_errors) { in SetPrintErrors() argument
160 m_print_errors = print_errors ? eLazyBoolYes : eLazyBoolNo; in SetPrintErrors()