Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h52 bool GetMaskoutErrors() const { return m_maskout_errors; } in GetMaskoutErrors() function
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp875 else if (options.GetMaskoutErrors() && PyErr_Occurred()) { in ExecuteOneLine()
1005 if (options.GetMaskoutErrors()) { in ExecuteOneLineWithReturn()
1129 if (!options.GetMaskoutErrors()) in ExecuteMultipleLines()