Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h62 bool GetMaskoutErrors() const { return m_maskout_errors; } in GetMaskoutErrors() function
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp893 else if (options.GetMaskoutErrors() && PyErr_Occurred()) { in ExecuteOneLine()
1023 if (options.GetMaskoutErrors()) { in ExecuteOneLineWithReturn()
1147 if (!options.GetMaskoutErrors()) in ExecuteMultipleLines()