Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h63 bool GetMaskoutErrors() const { return m_maskout_errors; } in GetMaskoutErrors() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp873 else if (options.GetMaskoutErrors() && PyErr_Occurred()) { in ExecuteOneLine()
1003 if (options.GetMaskoutErrors()) { in ExecuteOneLineWithReturn()
1127 if (!options.GetMaskoutErrors()) in ExecuteMultipleLines()