Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h102 bool GetMaskoutErrors() const { return m_maskout_errors; } in GetMaskoutErrors() function
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp975 else if (options.GetMaskoutErrors() && PyErr_Occurred()) { in ExecuteOneLine()
1076 if (options.GetMaskoutErrors()) { in ExecuteOneLineWithReturn()
1189 if (!options.GetMaskoutErrors()) in ExecuteMultipleLines()