mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 01:45:52 +08:00
2002-06-13 Daniel Jacobowitz <drow@mvista.com>
* gdbserver/regcache.c: Add comment.
This commit is contained in:
@ -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.
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user