summaryrefslogtreecommitdiff
path: root/gdb/regcache.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@ericsson.com>2018-05-30 14:54:41 -0400
committerSimon Marchi <simon.marchi@ericsson.com>2018-05-30 14:54:41 -0400
commit6aa7d72401387cacc5a7699520045ce9083a526a (patch)
tree66cf8aef286d14ad2ad46500ce081f6c7a227c09 /gdb/regcache.h
parent4f0420fdabda76f462bd29a02d9be575e0e0cce7 (diff)
downloadbinutils-gdb-6aa7d72401387cacc5a7699520045ce9083a526a.tar.gz
Remove regcache_invalidate
Remove regcache_invalidate, update callers to use detached_regcache::invalidate instead. gdb/ChangeLog: * regcache.h (regcache_invalidate): Remove, update callers to use detached_regcache::invalidate instead. * regcache.c (regcache_invalidate): Remove.
Diffstat (limited to 'gdb/regcache.h')
-rw-r--r--gdb/regcache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/regcache.h b/gdb/regcache.h
index af3adf8d212..64e4cd7f094 100644
--- a/gdb/regcache.h
+++ b/gdb/regcache.h
@@ -50,8 +50,6 @@ extern void regcache_raw_write_unsigned (struct regcache *regcache,
extern LONGEST regcache_raw_get_signed (struct regcache *regcache,
int regnum);
-void regcache_invalidate (struct regcache *regcache, int regnum);
-
/* Transfer of pseudo-registers. The read variants return a register
status, as an indication of when a ``cooked'' register was
constructed from valid, invalid or unavailable ``raw''