GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD struct block * | block |
struct objfile * | objfile |
struct blpy_block_object * | prev |
struct blpy_block_object * | next |
Definition at line 28 of file py-block.c.
PyObject_HEAD struct block* blpy_block_object::block |
Definition at line 31 of file py-block.c.
Referenced by blpy_dealloc(), blpy_iter_is_valid(), del_objfile_blocks(), and set_block().
Definition at line 39 of file py-block.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), blpy_dealloc(), del_objfile_blocks(), and set_block().
struct objfile* blpy_block_object::objfile |
Definition at line 35 of file py-block.c.
Referenced by blpy_dealloc(), blpy_get_global_block(), blpy_get_static_block(), blpy_get_superblock(), del_objfile_blocks(), and set_block().
Definition at line 38 of file py-block.c.
Referenced by blpy_dealloc(), del_objfile_blocks(), and set_block().