]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/gdbserver/win32-low.h
* regcache.h (struct thread_info): Forward declare.
[thirdparty/binutils-gdb.git] / gdb / gdbserver / win32-low.h
index c47f698f86e1847f7f5ad01882615559e2e3bd6e..d5ddf16b516a496fdd0b5843f79a25dd6de11fa2 100644 (file)
@@ -61,10 +61,12 @@ struct win32_target_ops
   void (*thread_added) (win32_thread_info *th);
 
   /* Fetch register from gdbserver regcache data.  */
-  void (*fetch_inferior_register) (win32_thread_info *th, int r);
+  void (*fetch_inferior_register) (struct regcache *regcache,
+                                  win32_thread_info *th, int r);
 
   /* Store a new register value into the thread context of TH.  */
-  void (*store_inferior_register) (win32_thread_info *th, int r);
+  void (*store_inferior_register) (struct regcache *regcache,
+                                  win32_thread_info *th, int r);
 
   void (*single_step) (win32_thread_info *th);