From d4ce0d3f6998260b3052f3d1a4b576c718694c14 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 23 Aug 2008 20:31:37 +0000 Subject: 2008-08-23 Jim Blandy PR macros/607: * symmisc.c (print_symbol_bcache_statistics): Include statistics for the macro bcache. --- gdb/ChangeLog | 6 ++++++ gdb/symmisc.c | 1 + 2 files changed, 7 insertions(+) (limited to 'gdb') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9b90cc0..7b1f0b8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2008-08-23 Jim Blandy + + PR macros/607: + * symmisc.c (print_symbol_bcache_statistics): Include statistics + for the macro bcache. + 2008-08-23 Tom Tromey * macrotab.h (struct macro_definition) : Shrink to one bit. diff --git a/gdb/symmisc.c b/gdb/symmisc.c index 568cc68..cbd43be 100644 --- a/gdb/symmisc.c +++ b/gdb/symmisc.c @@ -135,6 +135,7 @@ print_symbol_bcache_statistics (void) { printf_filtered (_("Byte cache statistics for '%s':\n"), objfile->name); print_bcache_statistics (objfile->psymbol_cache, "partial symbol cache"); + print_bcache_statistics (objfile->macro_cache, "preprocessor macro cache"); } immediate_quit--; } -- cgit v1.1