gdbserver: turn target op 'supports_hardware_single_step' into a method
[deliverable/binutils-gdb.git] / gdbserver / lynx-low.h
index 795603af0d7d95a932c48f0da41f5308615ca473..4253f1259c29e6650a10e6ce89c3377c59aba368 100644 (file)
@@ -89,6 +89,8 @@ public:
                    int len) override;
 
   void request_interrupt () override;
+
+  bool supports_hardware_single_step () override;
 };
 
 /* The inferior's target description.  This is a global because the
This page took 0.024691 seconds and 4 git commands to generate.