Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-function.c30 extern PyTypeObject fnpy_object_type
139 fnpy_object_type.tp_new = PyType_GenericNew; in gdbpy_initialize_functions()
140 if (PyType_Ready (&fnpy_object_type) < 0) in gdbpy_initialize_functions()
144 (PyObject *) &fnpy_object_type); in gdbpy_initialize_functions()
151 PyTypeObject fnpy_object_type = variable
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-201512889 * python/py-function.c (fnpy_object_type): Make extern.
DChangeLog-20137486 * python/py-function.c (fnpy_object_type): Use