gdbserver/linux-low: turn 'supports_hardware_single_step' into a method
[deliverable/binutils-gdb.git] / gdbserver / linux-m68k-low.cc
index 6e16764d394b009b57998efcd945cc257c4f454f..a5e39ffdb6279a3099ea8ecef143d6bc4f3762af 100644 (file)
@@ -256,21 +256,7 @@ m68k_target::low_arch_setup ()
   current_process ()->tdesc = tdesc_m68k;
 }
 
-/* Support for hardware single step.  */
-
-static int
-m68k_supports_hardware_single_step (void)
-{
-  return 1;
-}
-
 struct linux_target_ops the_low_target = {
-  NULL, /* get_thread_area */
-  NULL, /* install_fast_tracepoint_jump_pad */
-  NULL, /* emit_ops */
-  NULL, /* get_min_fast_tracepoint_insn_len */
-  NULL, /* supports_range_stepping */
-  m68k_supports_hardware_single_step,
 };
 
 /* The linux target ops object.  */
This page took 0.024316 seconds and 4 git commands to generate.