X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdbserver%2Flinux-sh-low.cc;h=a6d3fc600470177ea0b723410fe0e274d28a275c;hb=1e92785005ce880a5fac9d022f05cdcff91c3091;hp=b88dd4695391a05a9d01ec2d8ef3b7b2a4623a40;hpb=d7146cda56c8ee6d1129c0c787c2645c01301fb8;p=deliverable%2Fbinutils-gdb.git diff --git a/gdbserver/linux-sh-low.cc b/gdbserver/linux-sh-low.cc index b88dd46953..a6d3fc6004 100644 --- a/gdbserver/linux-sh-low.cc +++ b/gdbserver/linux-sh-low.cc @@ -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,31 +183,6 @@ sh_target::low_arch_setup () current_process ()->tdesc = tdesc_sh; } -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 */ - sh_supports_hardware_single_step, -}; - /* The linux target ops object. */ linux_process_target *the_linux_target = &the_sh_target;