gdbserver/linux-low: turn 'emit_ops' into a method
[deliverable/binutils-gdb.git] / gdbserver / lynx-low.h
index 9036eb3eff0deae9f72aa7726d3d7ad7d6fa10a3..fa975a21f30cbf42eec06e3f62abfdda6f744390 100644 (file)
@@ -54,7 +54,7 @@ extern struct lynx_target_ops the_low_target;
 
 /* Target ops definitions for a LynxOS target.  */
 
-class lynx_process_target : public process_target
+class lynx_process_target : public process_stratum_target
 {
 public:
 
@@ -87,6 +87,12 @@ public:
 
   int write_memory (CORE_ADDR memaddr, const unsigned char *myaddr,
                    int len) override;
+
+  void request_interrupt () override;
+
+  bool supports_hardware_single_step () override;
+
+  const gdb_byte *sw_breakpoint_from_kind (int kind, int *size) override;
 };
 
 /* The inferior's target description.  This is a global because the
This page took 0.02594 seconds and 4 git commands to generate.