Home
last modified time | relevance | path

Searched defs:SetPrintErrors (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp124 void SBCommandInterpreterRunOptions::SetPrintErrors(bool print_errors) { in SetPrintErrors() function in SBCommandInterpreterRunOptions
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h160 void SetPrintErrors(bool print_errors) { in SetPrintErrors() function