Home
last modified time | relevance | path

Searched refs:GetPrintErrors (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/test/API/python_api/interpreter/
H A DTestRunCommandInterpreterAPI.py125 self.assertTrue(opts.GetPrintErrors())
135 opts.SetPrintErrors(not opts.GetPrintErrors())
145 self.assertFalse(opts.GetPrintErrors())
/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp118 bool SBCommandInterpreterRunOptions::GetPrintErrors() const { in GetPrintErrors() function in SBCommandInterpreterRunOptions
121 return m_opaque_up->GetPrintErrors(); in GetPrintErrors()
/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h59 bool GetPrintErrors() const;
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h165 bool GetPrintErrors() const { return DefaultToYes(m_print_errors); } in GetPrintErrors() function