gdbserver/linux-low: turn 'supports_range_stepping' into a method
[deliverable/binutils-gdb.git] / gdbserver / linux-xtensa-low.cc
index a58a74b98d5d53907570d5369ea1c31f7a0bfcc5..e273666e1cfdb5b9188d3656d2c289a357b60ed2 100644 (file)
@@ -329,13 +329,6 @@ xtensa_target::get_regs_info ()
 }
 
 struct linux_target_ops the_low_target = {
-  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,
 };
 
This page took 0.025882 seconds and 4 git commands to generate.