X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Fregcache.h;h=4a32602d16f4fe84183ff58f1feb80c8656fd009;hb=c2250ad1c4567fd2235cb4131f7cb7c06da3769a;hp=5f8ce75062673d826c55ef970e445a61c2459792;hpb=d452c4bcefbbe7b2305a5ce26469e06d940a690c;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/regcache.h b/gdb/regcache.h index 5f8ce75062..4a32602d16 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);