2002-06-13 Daniel Jacobowitz <drow@mvista.com>

* gdbserver/regcache.c: Add comment.
This commit is contained in:
Daniel Jacobowitz 2002-06-13 19:29:46 +00:00
parent 6c0d6680d8
commit a7f48742bc
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -25,6 +25,10 @@
#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;