gdbserver: turn target op 'supports_hardware_single_step' into a method
[deliverable/binutils-gdb.git] / gdbserver / lynx-low.cc
index e4f276b5af056252b503decb60165c60219c549d..ea328b7efe335f3155e05cf8fff8db4232fa758a 100644 (file)
@@ -722,6 +722,12 @@ lynx_process_target::request_interrupt ()
   kill (lynx_ptid_get_pid (inferior_ptid), SIGINT);
 }
 
+bool
+lynx_process_target::supports_hardware_single_step ()
+{
+  return true;
+}
+
 /* The LynxOS target ops object.  */
 
 static lynx_process_target the_lynx_target;
@@ -729,7 +735,6 @@ static lynx_process_target the_lynx_target;
 /* The LynxOS target_ops vector.  */
 
 static process_stratum_target lynx_target_ops = {
-  target_can_do_hardware_single_step,
   NULL,  /* stopped_by_watchpoint */
   NULL,  /* stopped_data_address */
   NULL,  /* read_offsets */
This page took 0.023808 seconds and 4 git commands to generate.