gdbserver/linux-low: turn 'supports_hardware_single_step' into a method
[deliverable/binutils-gdb.git] / gdbserver / linux-xtensa-low.cc
index 94501216e0c8b46485c40de1e10720a83958d46a..9c41c24cde16094cba185208ba2167def5c50c4f 100644 (file)
@@ -314,14 +314,6 @@ xtensa_target::low_arch_setup ()
   current_process ()->tdesc = tdesc_xtensa;
 }
 
-/* Support for hardware single step.  */
-
-static int
-xtensa_supports_hardware_single_step (void)
-{
-  return 1;
-}
-
 const regs_info *
 xtensa_target::get_regs_info ()
 {
@@ -329,9 +321,6 @@ xtensa_target::get_regs_info ()
 }
 
 struct linux_target_ops the_low_target = {
-  NULL, /* emit_ops */
-  NULL, /* supports_range_stepping */
-  xtensa_supports_hardware_single_step,
 };
 
 /* The linux target ops object.  */
This page took 0.02444 seconds and 4 git commands to generate.