|
GDB (xrefs)
|
Public Attributes | |
| struct dcache_block * | prev |
| struct dcache_block * | next |
| CORE_ADDR | addr |
| int | refs |
| gdb_byte | data [1] |
| CORE_ADDR dcache_block::addr |
Definition at line 98 of file dcache.c.
Referenced by dcache_alloc(), dcache_hit(), dcache_info_1(), dcache_invalidate_line(), dcache_peek_byte(), dcache_poke_byte(), dcache_print_line(), and dcache_read_line().
| gdb_byte dcache_block::data[1] |
Definition at line 100 of file dcache.c.
Referenced by dcache_alloc(), dcache_peek_byte(), dcache_poke_byte(), dcache_print_line(), and dcache_read_line().
| struct dcache_block* dcache_block::next |
Definition at line 96 of file dcache.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), and for_each_block().
| struct dcache_block* dcache_block::prev |
| int dcache_block::refs |
Definition at line 99 of file dcache.c.
Referenced by dcache_alloc(), dcache_hit(), dcache_info_1(), and dcache_print_line().
1.8.14