X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdbserver%2Flinux-xtensa-low.cc;h=a666f52e155ec1b41d8e4359852f65a7d1ecf0fb;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=dbb87a59970d4eef74ada5613acd102582391b26;hpb=fd000fb3dfd9c93e332246bf89b700ab9aac7339;p=deliverable%2Fbinutils-gdb.git diff --git a/gdbserver/linux-xtensa-low.cc b/gdbserver/linux-xtensa-low.cc index dbb87a5997..a666f52e15 100644 --- a/gdbserver/linux-xtensa-low.cc +++ b/gdbserver/linux-xtensa-low.cc @@ -314,32 +314,12 @@ 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 () { return &myregs_info; } -struct linux_target_ops the_low_target = { - 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 */ - xtensa_supports_hardware_single_step, -}; - /* The linux target ops object. */ linux_process_target *the_linux_target = &the_xtensa_target;