Searched refs:unwind_info_object_type (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-unwind.c96 extern PyTypeObject unwind_info_object_type
209 = PyObject_New (unwind_info_object, &unwind_info_object_type);
525 (PyObject *) &unwind_info_object_type) <= 0)
642 if (PyType_Ready (&unwind_info_object_type) < 0)
645 (PyObject *) &unwind_info_object_type);
715 PyTypeObject unwind_info_object_type = variable
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-unwind.c117 extern PyTypeObject unwind_info_object_type
225 = PyObject_New (unwind_info_object, &unwind_info_object_type);
595 (PyObject *) &unwind_info_object_type) <= 0)
714 if (PyType_Ready (&unwind_info_object_type) < 0)
717 (PyObject *) &unwind_info_object_type);
789 PyTypeObject unwind_info_object_type = variable

Completed in 269 milliseconds