From: Daniel Jacobowitz Date: Thu, 13 Jun 2002 19:29:46 +0000 (+0000) Subject: 2002-06-13 Daniel Jacobowitz X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a7f48742bc2ec6997b95c36583a05be261591b23;p=binutils-gdb.git 2002-06-13 Daniel Jacobowitz * gdbserver/regcache.c: Add comment. --- 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;