]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/regcache.h
* regcache.c (struct regcache): Add ptid_t member.
[thirdparty/binutils-gdb.git] / gdb / regcache.h
index d8e3a433d4358689339ab53ae25e108eae2292fe..a5f4fdb031640aebac1fb0ac8a04663f30ef4350 100644 (file)
@@ -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);