Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* RFA: Jim's patch for PR 607
@ 2008-08-23 18:14 Tom Tromey
  2008-08-23 20:20 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Tromey @ 2008-08-23 18:14 UTC (permalink / raw)
  To: gdb-patches

This patch comes from PR 607.

This changes print_symbol_bcache_statistics to print statistics for
the macro cache.

I didn't change this patch; I just ran it through the test suite.
Built & regtested on x86-64 (compile farm).
Ok?

I'll update the ChangeLog date at commit time.

Tom

2002-11-13  Jim Blandy  <jimb@redhat.com>

	* symmisc.c (print_symbol_bcache_statistics): Include statistics
	for the macro bcache.

Index: gdb/symmisc.c
===================================================================
RCS file: /cvs/src/src/gdb/symmisc.c,v
retrieving revision 1.12
diff -c -r1.12 symmisc.c
*** gdb/symmisc.c	29 Jul 2002 22:55:26 -0000	1.12
--- gdb/symmisc.c	13 Nov 2002 20:28:30 -0000
***************
*** 170,175 ****
--- 170,176 ----
    {
      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--;
  }


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-23 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-23 18:14 RFA: Jim's patch for PR 607 Tom Tromey
2008-08-23 20:20 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox