Home
last modified time | relevance | path

Searched refs:last_cache (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Ddcache.c142 static DCACHE *last_cache; /* Used by info dcache. */ variable
228 if (last_cache == dcache) in dcache_free()
229 last_cache = NULL; in dcache_free()
471 last_cache = dcache; in dcache_init()
567 if (!last_cache) in dcache_print_line()
573 n = splay_tree_min (last_cache->tree); in dcache_print_line()
579 n = splay_tree_successor (last_cache->tree, n->key); in dcache_print_line()
593 for (j = 0; j < last_cache->line_size; j++) in dcache_print_line()
598 if ((j % 16 == 15) && (j != last_cache->line_size - 1)) in dcache_print_line()
627 last_cache ? (unsigned) last_cache->line_size in dcache_info()
[all …]