2002-06-13 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Thu, 13 Jun 2002 19:29:46 +0000 (19:29 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 13 Jun 2002 19:29:46 +0000 (19:29 +0000)
        * gdbserver/regcache.c: Add comment.

gdb/ChangeLog
gdb/gdbserver/regcache.c

index c71ec3f829033885cd0958d1bebeaf53b0970fa2..b557c3d4ff3c4ff7f20087b06d0b99716b341d3a 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/regcache.c: Add comment.
+
 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
 
        * mips-tdep.c (PROC_SYMBOL): Add warning comment.
index 671390988025a9d9994b41c0e045de14ed9ff591..be3b3a7f33e549f89b8f19d451256a560b23911e 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 
+/* The private data for the register cache.  Note that we have one
+   per inferior; this is primarily for simplicity, as the performance
+   benefit is minimal.  */
+
 struct inferior_regcache_data
 {
   int registers_valid;
This page took 0.028397 seconds and 4 git commands to generate.