diff options
Diffstat (limited to 'gdbserver/linux-xtensa-low.cc')
-rw-r--r-- | gdbserver/linux-xtensa-low.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdbserver/linux-xtensa-low.cc b/gdbserver/linux-xtensa-low.cc index e273666..9c41c24 100644 --- a/gdbserver/linux-xtensa-low.cc +++ b/gdbserver/linux-xtensa-low.cc @@ -314,14 +314,6 @@ 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 () { @@ -329,7 +321,6 @@ xtensa_target::get_regs_info () } struct linux_target_ops the_low_target = { - xtensa_supports_hardware_single_step, }; /* The linux target ops object. */ |