X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdbserver%2Flinux-m68k-low.cc;h=838ba353b0b17f2a4c1097f4f295268fc3eef3ce;hb=0381901e629115f5f0d92a27fe74b1814f6f389a;hp=702da9589be05ed35d1e968b978c472aa340baa8;hpb=d7146cda56c8ee6d1129c0c787c2645c01301fb8;p=deliverable%2Fbinutils-gdb.git diff --git a/gdbserver/linux-m68k-low.cc b/gdbserver/linux-m68k-low.cc index 702da9589b..838ba353b0 100644 --- a/gdbserver/linux-m68k-low.cc +++ b/gdbserver/linux-m68k-low.cc @@ -256,39 +256,6 @@ 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, /* supports_z_point_type */ - NULL, /* insert_point */ - NULL, /* remove_point */ - NULL, /* stopped_by_watchpoint */ - NULL, /* stopped_data_address */ - NULL, /* collect_ptrace_register */ - NULL, /* supply_ptrace_register */ - NULL, /* siginfo_fixup */ - NULL, /* new_process */ - NULL, /* delete_process */ - NULL, /* new_thread */ - NULL, /* delete_thread */ - NULL, /* new_fork */ - NULL, /* prepare_to_resume */ - NULL, /* process_qsupported */ - NULL, /* supports_tracepoints */ - 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. */ linux_process_target *the_linux_target = &the_m68k_target;