Remove gdb_fildes_t
[deliverable/binutils-gdb.git] / gdbserver / linux-sh-low.cc
index 847f686380caff8b3d6fbfa04330ca8df8caf0b4..a6d3fc600470177ea0b723410fe0e274d28a275c 100644 (file)
@@ -134,14 +134,6 @@ sh_target::low_breakpoint_at (CORE_ADDR where)
   return false;
 }
 
-/* Support for hardware single step.  */
-
-static int
-sh_supports_hardware_single_step (void)
-{
-  return 1;
-}
-
 /* Provide only a fill function for the general register set.  ps_lgetregs
    will use this for NPTL support.  */
 
@@ -191,12 +183,6 @@ sh_target::low_arch_setup ()
   current_process ()->tdesc = tdesc_sh;
 }
 
-struct linux_target_ops the_low_target = {
-  NULL, /* emit_ops */
-  NULL, /* supports_range_stepping */
-  sh_supports_hardware_single_step,
-};
-
 /* The linux target ops object.  */
 
 linux_process_target *the_linux_target = &the_sh_target;
This page took 0.025069 seconds and 4 git commands to generate.