HomeSort by: relevance | last modified time | path
    Searched defs:py_match_method_name (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/python/
py-xmethods.c 35 static PyObject *py_match_method_name = NULL; variable
109 return PyObject_CallMethodObjArgs (matcher, py_match_method_name,
604 py_match_method_name = PyUnicode_FromString (match_method_name);
605 if (py_match_method_name == NULL)
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-xmethods.c 35 static PyObject *py_match_method_name = NULL; variable
109 return PyObject_CallMethodObjArgs (matcher, py_match_method_name,
604 py_match_method_name = PyUnicode_FromString (match_method_name);
605 if (py_match_method_name == NULL)

Completed in 26 milliseconds