aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.h
diff options
context:
space:
mode:
authorDavid Taylor <taylor@redhat.com>2000-08-25 21:03:00 +0000
committerDavid Taylor <taylor@redhat.com>2000-08-25 21:03:00 +0000
commit2dc4e391d462122aa3c97934b7dc3205e7d0e55d (patch)
tree5adfc0224ed874e34c559f7bba1e2a4028b31788 /gdb/value.h
parent52204a0b3a4dda13a5c13c31cafff75bbad077de (diff)
downloadfsf-binutils-gdb-2dc4e391d462122aa3c97934b7dc3205e7d0e55d.zip
fsf-binutils-gdb-2dc4e391d462122aa3c97934b7dc3205e7d0e55d.tar.gz
fsf-binutils-gdb-2dc4e391d462122aa3c97934b7dc3205e7d0e55d.tar.bz2
Fri Aug 25 16:57:05 2000 David Taylor <taylor@texas.cygnus.com>
* regcache.c (register_changed): New function. * value.h: Declare it.
Diffstat (limited to 'gdb/value.h')
-rw-r--r--gdb/value.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/value.h b/gdb/value.h
index b0f1c63..2035e27 100644
--- a/gdb/value.h
+++ b/gdb/value.h
@@ -490,6 +490,8 @@ extern void supply_register (int regno, char *val);
extern int register_cached (int regno);
+extern void register_changed (int regnum);
+
extern void get_saved_register (char *raw_buffer, int *optimized,
CORE_ADDR * addrp,
struct frame_info *frame,