GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD void * | buffer |
CORE_ADDR | addr |
CORE_ADDR | length |
Definition at line 23 of file py-membuf.c.
CORE_ADDR membuf_object::addr |
Definition at line 30 of file py-membuf.c.
Referenced by mbpy_str().
PyObject_HEAD void* membuf_object::buffer |
Definition at line 27 of file py-membuf.c.
Referenced by get_buffer().
CORE_ADDR membuf_object::length |
Definition at line 33 of file py-membuf.c.
Referenced by get_buffer(), and mbpy_str().