Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-xmethods.c65 PyObject *m_this_type; member
74 Py_DECREF (m_this_type); in ~python_xmethod_worker()
395 obj_type = type_object_to_type (m_this_type); in do_get_arg_types()
427 this_type = check_typedef (type_object_to_type (m_this_type)); in do_get_result_type()
512 this_type = check_typedef (type_object_to_type (m_this_type)); in invoke()
593 m_py_worker (py_worker), m_this_type (this_type) in python_xmethod_worker()
595 gdb_assert (m_py_worker != NULL && m_this_type != NULL); in python_xmethod_worker()