gdbserver: turn target op 'supports_range_stepping' into a method
[deliverable/binutils-gdb.git] / gdbserver / target.cc
index e2ce7ff086981695189eb38e5190634ba0751d33..8739ba864f8a652c1cfd97dd26e384e2d4f7eb61 100644 (file)
@@ -753,3 +753,9 @@ process_target::read_btrace_conf (const btrace_target_info *tinfo,
 {
   error (_("Target does not support branch tracing."));
 }
+
+bool
+process_target::supports_range_stepping ()
+{
+  return false;
+}
This page took 0.025713 seconds and 4 git commands to generate.