2002-06-13 Daniel Jacobowitz <drow@mvista.com>
[deliverable/binutils-gdb.git] / gdb / gdbserver / regcache.c
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.024455 seconds and 4 git commands to generate.