Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/python/
HDpy-inferior.c67 static PyTypeObject membuf_object_type; variable
444 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