Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h70 bool GetMaskoutErrors() const { return m_maskout_errors; } in GetMaskoutErrors() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp884 else if (options.GetMaskoutErrors() && PyErr_Occurred()) { in ExecuteOneLine()
1188 if (options.GetMaskoutErrors()) { in ExecuteOneLineWithReturn()
1252 PythonExceptionState exception_state(!options.GetMaskoutErrors()); in ExecuteMultipleLines()