From a7f48742bc2ec6997b95c36583a05be261591b23 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Thu, 13 Jun 2002 19:29:46 +0000 Subject: 2002-06-13 Daniel Jacobowitz * gdbserver/regcache.c: Add comment. --- gdb/ChangeLog | 4 ++++ gdb/gdbserver/regcache.c | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c71ec3f..b557c3d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2002-06-13 Daniel Jacobowitz + * gdbserver/regcache.c: Add comment. + +2002-06-13 Daniel Jacobowitz + * 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 diff --git a/gdb/gdbserver/regcache.c b/gdb/gdbserver/regcache.c index 6713909..be3b3a7 100644 --- a/gdb/gdbserver/regcache.c +++ b/gdb/gdbserver/regcache.c @@ -25,6 +25,10 @@ #include #include +/* 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; -- cgit v1.1