gdbserver: no point in hiding the regcache type nowadays
[deliverable/binutils-gdb.git] / gdb / gdbserver / gdbthread.h
index b3e3e9dad7b3e96d38eec022b955d60949536d24..d6959f46e60a12a9e2fb36e1934497affd627f99 100644 (file)
@@ -22,6 +22,7 @@
 #include "inferiors.h"
 
 struct btrace_target_info;
+struct regcache;
 
 struct thread_info
 {
@@ -30,7 +31,7 @@ struct thread_info
   struct inferior_list_entry entry;
 
   void *target_data;
-  void *regcache_data;
+  struct regcache *regcache_data;
 
   /* The last resume GDB requested on this thread.  */
   enum resume_kind last_resume_kind;
This page took 0.025374 seconds and 4 git commands to generate.