OSDN Git Service

2002-06-13 Daniel Jacobowitz <drow@mvista.com>
authordrow <drow>
Thu, 13 Jun 2002 19:29:40 +0000 (19:29 +0000)
committerdrow <drow>
Thu, 13 Jun 2002 19:29:40 +0000 (19:29 +0000)
        * gdbserver/regcache.c: Add comment.

gdb/ChangeLog
gdb/gdbserver/regcache.c

index c71ec3f..b557c3d 100644 (file)
@@ -1,5 +1,9 @@
 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.
        (struct mips_objfile_private, compare_pdr_entries): New.
        (non_heuristic_proc_desc): Read the ".pdr" section if it
index 6713909..be3b3a7 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;