gdbserver: turn target ops 'fetch_registers' and 'store_registers' into methods
[deliverable/binutils-gdb.git] / gdbserver / lynx-low.h
index 35714713fd2d4e5fe1ebed218195a7808df40a11..ea6cf008f5b134a84a656e9dab8c957725a35248 100644 (file)
@@ -77,6 +77,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;
 };
 
 /* The inferior's target description.  This is a global because the
This page took 0.022837 seconds and 4 git commands to generate.