From a7f48742bc2ec6997b95c36583a05be261591b23 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Thu, 13 Jun 2002 19:29:46 +0000 Subject: [PATCH] 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 c71ec3f8290..b557c3d4ff3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-06-13 Daniel Jacobowitz + + * gdbserver/regcache.c: Add comment. + 2002-06-13 Daniel Jacobowitz * mips-tdep.c (PROC_SYMBOL): Add warning comment. diff --git a/gdb/gdbserver/regcache.c b/gdb/gdbserver/regcache.c index 67139098802..be3b3a7f33e 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; -- 2.30.2