mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-06 15:38:45 +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>
|
2002-06-13 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
* mips-tdep.c (PROC_SYMBOL): Add warning comment.
|
* mips-tdep.c (PROC_SYMBOL): Add warning comment.
|
||||||
|
@ -25,6 +25,10 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.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
|
struct inferior_regcache_data
|
||||||
{
|
{
|
||||||
int registers_valid;
|
int registers_valid;
|
||||||
|
Reference in New Issue
Block a user