gdbserver: turn target op '{supports_}stopped_by_hw_breakpoint' into a method
[deliverable/binutils-gdb.git] / gdbserver / target.cc
index 70630db6d84dbbfe819eaa72d4fdbfae33cbf67c..f7dc0f4d65827e8400057f5f891575c4b8752217 100644 (file)
@@ -459,3 +459,15 @@ process_target::supports_stopped_by_sw_breakpoint ()
 {
   return false;
 }
+
+bool
+process_target::stopped_by_hw_breakpoint ()
+{
+  return false;
+}
+
+bool
+process_target::supports_stopped_by_hw_breakpoint ()
+{
+  return false;
+}
This page took 0.029896 seconds and 4 git commands to generate.