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

  /src/external/gpl3/gdb/dist/gdb/python/
py-xmethods.c 36 static PyObject *py_get_arg_types_method_name = NULL; variable
310 (PyObject_CallMethodObjArgs (m_py_worker, py_get_arg_types_method_name,
608 py_get_arg_types_method_name
610 if (py_get_arg_types_method_name == NULL)
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-xmethods.c 36 static PyObject *py_get_arg_types_method_name = NULL; variable
310 (PyObject_CallMethodObjArgs (m_py_worker, py_get_arg_types_method_name,
608 py_get_arg_types_method_name
610 if (py_get_arg_types_method_name == NULL)

Completed in 113 milliseconds