|
GDB (xrefs)
|
Public Attributes | |
| struct gdb_block * | next |
| struct gdb_block * | parent |
| struct block * | real_block |
| CORE_ADDR | begin |
| CORE_ADDR | end |
| const char * | name |
| CORE_ADDR gdb_block::begin |
Definition at line 448 of file jit.c.
Referenced by compare_block(), finalize_symtab(), and jit_block_open_impl().
| CORE_ADDR gdb_block::end |
Definition at line 448 of file jit.c.
Referenced by compare_block(), finalize_symtab(), and jit_block_open_impl().
| const char* gdb_block::name |
Definition at line 452 of file jit.c.
Referenced by finalize_symtab(), and jit_block_open_impl().
| struct gdb_block* gdb_block::next |
Definition at line 440 of file jit.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), finalize_symtab(), and jit_block_open_impl().
| struct gdb_block * gdb_block::parent |
Definition at line 440 of file jit.c.
Referenced by finalize_symtab(), and jit_block_open_impl().
| struct block* gdb_block::real_block |
Definition at line 445 of file jit.c.
Referenced by finalize_symtab().
1.8.10