GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD const struct block * | block |
struct objfile * | objfile |
block_object * | prev |
block_object * | next |
Definition at line 27 of file py-block.c.
PyObject_HEAD const struct block* block_object::block |
Definition at line 30 of file py-block.c.
Referenced by blpy_iter_is_valid(), blpy_deleter::operator()(), and set_block().
block_object* block_object::next |
Definition at line 38 of file py-block.c.
Referenced by blpy_deleter::operator()(), and set_block().
struct objfile* block_object::objfile |
Definition at line 34 of file py-block.c.
Referenced by blpy_get_global_block(), blpy_get_static_block(), blpy_get_superblock(), blpy_deleter::operator()(), and set_block().
block_object* block_object::prev |
Definition at line 37 of file py-block.c.
Referenced by blpy_deleter::operator()(), and set_block().