Refactor queries for hardware and software single stepping support in GDBServer.
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.h
index e2bfeb70c18504d9c1691b67183e0fdff64ffbf7..24ea2d35fbfe11c1f68b782de37753e3668dd51a 100644 (file)
@@ -236,6 +236,9 @@ struct linux_target_ops
 
   /* See target.h.  */
   int (*breakpoint_kind_from_current_state) (CORE_ADDR *pcptr);
+
+  /* See target.h.  */
+  int (*supports_hardware_single_step) (void);
 };
 
 extern struct linux_target_ops the_low_target;
This page took 0.024344 seconds and 4 git commands to generate.