Searched refs:membuf_object_type (Results 1 – 1 of 1) sorted by relevance
67 static PyTypeObject membuf_object_type; variable444 membuf_obj = PyObject_New (membuf_object, &membuf_object_type); in infpy_read_memory()800 membuf_object_type.tp_new = PyType_GenericNew; in gdbpy_initialize_inferior()801 if (PyType_Ready (&membuf_object_type) < 0) in gdbpy_initialize_inferior()804 Py_INCREF (&membuf_object_type); in gdbpy_initialize_inferior()806 &membuf_object_type); in gdbpy_initialize_inferior()908 static PyTypeObject membuf_object_type = { variable