Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1059 PythonObject py_error; in ExecuteOneLineWithReturn() local
1074 py_error.Reset(PyRefType::Borrowed, PyErr_Occurred()); in ExecuteOneLineWithReturn()
1075 if (py_error.IsValid()) in ExecuteOneLineWithReturn()
1085 py_error.Reset(PyRefType::Borrowed, PyErr_Occurred()); in ExecuteOneLineWithReturn()
1086 if (py_error.IsValid()) in ExecuteOneLineWithReturn()
1185 py_error.Reset(PyRefType::Borrowed, PyErr_Occurred()); in ExecuteOneLineWithReturn()
1186 if (py_error.IsValid()) { in ExecuteOneLineWithReturn()
1189 if (PyErr_GivenExceptionMatches(py_error.get(), PyExc_SyntaxError)) in ExecuteOneLineWithReturn()
1215 PythonObject py_error; in ExecuteMultipleLines() local
1227 py_error.Reset(PyRefType::Borrowed, PyErr_Occurred()); in ExecuteMultipleLines()
[all …]