Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/interpreter/
H A DTestRunCommandInterpreterAPI.py88 self.assertEqual(opts.GetPrintErrors(), True)
97 opts.SetPrintErrors(not opts.GetPrintErrors())
106 self.assertEqual(opts.GetPrintErrors(), False)
/llvm-project-15.0.7/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-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i63 GetPrintErrors () const;
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h59 bool GetPrintErrors() const;
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h157 bool GetPrintErrors() const { return DefaultToYes(m_print_errors); } in GetPrintErrors() function