diff options
Diffstat (limited to 'gdbserver/linux-xtensa-low.cc')
-rw-r--r-- | gdbserver/linux-xtensa-low.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdbserver/linux-xtensa-low.cc b/gdbserver/linux-xtensa-low.cc index fb680bd..3264330 100644 --- a/gdbserver/linux-xtensa-low.cc +++ b/gdbserver/linux-xtensa-low.cc @@ -326,7 +326,6 @@ xtensa_target::get_regs_info () } struct linux_target_ops the_low_target = { - NULL, /* breakpoint_kind_from_pc */ xtensa_sw_breakpoint_from_kind, NULL, 0, @@ -352,7 +351,6 @@ struct linux_target_ops the_low_target = { NULL, /* emit_ops */ NULL, /* get_min_fast_tracepoint_insn_len */ NULL, /* supports_range_stepping */ - NULL, /* breakpoint_kind_from_current_state */ xtensa_supports_hardware_single_step, }; |