Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp1049 PyObject *py_error = NULL; in ExecuteOneLineWithReturn() local
1068 py_error = PyErr_Occurred(); in ExecuteOneLineWithReturn()
1069 if (py_error != NULL) in ExecuteOneLineWithReturn()
1079 py_error = PyErr_Occurred (); in ExecuteOneLineWithReturn()
1080 if (py_error != NULL) in ExecuteOneLineWithReturn()
1188 py_error = PyErr_Occurred(); in ExecuteOneLineWithReturn()
1189 if (py_error != NULL) in ExecuteOneLineWithReturn()
1194 if (PyErr_GivenExceptionMatches (py_error, PyExc_SyntaxError)) in ExecuteOneLineWithReturn()
1217 PyObject *py_error = NULL; in ExecuteMultipleLines() local
1234 py_error = PyErr_Occurred(); in ExecuteMultipleLines()
[all …]