Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp118 bool SBCommandInterpreterRunOptions::GetPrintErrors() const { in GetPrintErrors() function in SBCommandInterpreterRunOptions
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h158 bool GetPrintErrors() const { return DefaultToYes(m_print_errors); } in GetPrintErrors() function