[gdbserver] Rename supports_conditional_breakpoints to supports_hardware_single_step
[deliverable/binutils-gdb.git] / gdb / gdbserver / target.c
index 7540f2f5c9ca21deb52a8af35fefacc4a0abeecf..17ff7a67cae3c07b80f3620ff9e635af72540034 100644 (file)
@@ -216,3 +216,11 @@ kill_inferior (int pid)
 
   return (*the_target->kill) (pid);
 }
+
+/* Target can do hardware single step.  */
+
+int
+target_can_do_hardware_single_step (void)
+{
+  return 1;
+}
This page took 0.025707 seconds and 4 git commands to generate.