gdbserver: turn target op 'supports_z_point_type' into a method
[deliverable/binutils-gdb.git] / gdbserver / target.cc
index 97e9d4ac5073717ddaacb16d75c768b702a2fecc..22339622e09902f6689a6578309ff6c9f7b5574d 100644 (file)
@@ -427,3 +427,9 @@ process_target::read_auxv (CORE_ADDR offset, unsigned char *myaddr,
 {
   gdb_assert_not_reached ("target op read_auxv not supported");
 }
+
+bool
+process_target::supports_z_point_type (char z_type)
+{
+  return false;
+}
This page took 0.023681 seconds and 4 git commands to generate.