Searched defs:py_return (Results 1 – 1 of 1) sorted by relevance
/external/lldb/source/Interpreter/ |
D | ScriptInterpreterPython.cpp | 1045 PyObject *py_return = NULL; in ExecuteOneLineWithReturn() local 1213 PyObject *py_return = NULL; in ExecuteMultipleLines() local 1844 PyObject* py_return = PyObject_CallMethod(implementor, callee_name, NULL); in OSPlugin_RegisterInfo() local 1903 PyObject* py_return = PyObject_CallMethod(implementor, callee_name, NULL); in OSPlugin_ThreadsInfo() local 1990 PyObject* py_return = PyObject_CallMethod(implementor, callee_name, param_format, tid); in OSPlugin_RegisterContextData() local 2054 …PyObject* py_return = PyObject_CallMethod(implementor, callee_name, ¶m_format[0], tid, context… in OSPlugin_CreateThread() local
|