aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/regcache.h')
-rw-r--r--gdb/regcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/regcache.h b/gdb/regcache.h
index 5f8ce75..4a32602 100644
--- a/gdb/regcache.h
+++ b/gdb/regcache.h
@@ -26,6 +26,7 @@ struct gdbarch;
extern struct regcache *get_current_regcache (void);
extern struct regcache *get_thread_regcache (ptid_t ptid);
+extern struct regcache *get_thread_arch_regcache (ptid_t, struct gdbarch *);
void regcache_xfree (struct regcache *regcache);
struct cleanup *make_cleanup_regcache_xfree (struct regcache *regcache);