aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/regcache.h')
-rw-r--r--gdb/regcache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/regcache.h b/gdb/regcache.h
index d8e3a43..a5f4fdb 100644
--- a/gdb/regcache.h
+++ b/gdb/regcache.h
@@ -26,7 +26,8 @@
struct regcache;
struct gdbarch;
-extern struct regcache *current_regcache;
+extern struct regcache *get_current_regcache (void);
+extern struct regcache *get_thread_regcache (ptid_t ptid);
void regcache_xfree (struct regcache *regcache);
struct cleanup *make_cleanup_regcache_xfree (struct regcache *regcache);