aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-07-24 14:38:55 +0000
committerAndrew Cagney <cagney@redhat.com>2002-07-24 14:38:55 +0000
commit0818c12a55c2aba820b8f7c7774bcdc698b757ee (patch)
tree5346d40767be9a40d5a1971944d6a444ecbb036e /gdb/regcache.h
parentbf4f22e6a631c7c4c824f6aa3e1ca79755573088 (diff)
downloadfsf-binutils-gdb-0818c12a55c2aba820b8f7c7774bcdc698b757ee.zip
fsf-binutils-gdb-0818c12a55c2aba820b8f7c7774bcdc698b757ee.tar.gz
fsf-binutils-gdb-0818c12a55c2aba820b8f7c7774bcdc698b757ee.tar.bz2
2002-07-24 Andrew Cagney <cagney@redhat.com>
* regcache.h (regcache_raw_read, regcache_raw_write): Replace regcache_read and regcache_write. (regcache_raw_read_as_address): Replace regcache_read_as_address. * regcache.c: Update. * sh-tdep.c (sh64_push_arguments): Update comment. (sh_pseudo_register_read): Update. (sh_pseudo_register_write): Update. (sh4_register_read): Update. (sh4_register_write): Update. (sh64_pseudo_register_read): Update. (sh64_pseudo_register_write): Update. (sh64_register_read): Update. (sh64_register_write): Update. * i386-tdep.c (i386_extract_return_value): Update. (i386_extract_struct_value_address): Update. (i386_extract_return_value): Update. * blockframe.c (generic_read_register_dummy): Update. (generic_call_dummy_register_unwind): Update * infrun.c (write_inferior_status_register): Update.
Diffstat (limited to 'gdb/regcache.h')
-rw-r--r--gdb/regcache.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/regcache.h b/gdb/regcache.h
index 108b3fa..7de8e2e 100644
--- a/gdb/regcache.h
+++ b/gdb/regcache.h
@@ -35,10 +35,10 @@ struct regcache *regcache_xmalloc (struct gdbarch *gdbarch);
/* Transfer a raw register [0..NUM_REGS) between core-gdb and the
regcache. */
-void regcache_read (struct regcache *regcache, int rawnum, char *buf);
-void regcache_write (struct regcache *regcache, int rawnum, char *buf);
+void regcache_raw_read (struct regcache *regcache, int rawnum, char *buf);
+void regcache_raw_write (struct regcache *regcache, int rawnum, char *buf);
int regcache_valid_p (struct regcache *regcache, int regnum);
-CORE_ADDR regcache_read_as_address (struct regcache *regcache, int rawnum);
+CORE_ADDR regcache_raw_read_as_address (struct regcache *regcache, int rawnum);
/* Transfer a raw register [0..NUM_REGS) between the regcache and the
target. These functions are called by the target in response to a