gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdbserver / linux-tile-low.cc
index 10af23fa48bb2adc220740acecec7b1cc2436ef2..fa24b0899c028d7af74fd71fcbc0cd9a41d15a6a 100644 (file)
@@ -213,20 +213,6 @@ tile_target::low_arch_setup ()
     current_process ()->tdesc = tdesc_tilegx;
 }
 
-/* Support for hardware single step.  */
-
-static int
-tile_supports_hardware_single_step (void)
-{
-  return 1;
-}
-
-
-struct linux_target_ops the_low_target =
-{
-  tile_supports_hardware_single_step,
-};
-
 /* The linux target ops object.  */
 
 linux_process_target *the_linux_target = &the_tile_target;
This page took 0.046271 seconds and 4 git commands to generate.