gdbserver: turn target ops 'fetch_registers' and 'store_registers' into methods
[binutils-gdb.git] / gdbserver / win32-low.h
index 9c74ffa9c585cc497f14963cd52795749a6badf2..ff3659f6dabac6213c3c0348382a5f22dcab9b85 100644 (file)
@@ -126,6 +126,10 @@ public:
 
   ptid_t wait (ptid_t ptid, target_waitstatus *status,
               int options) override;
+
+  void fetch_registers (regcache *regcache, int regno) override;
+
+  void store_registers (regcache *regcache, int regno) override;
 };
 
 /* Retrieve the context for this thread, if not already retrieved.  */