gdbserver: turn target op 'supports_z_point_type' into a method
[deliverable/binutils-gdb.git] / gdbserver / nto-low.h
index e135dd3b68ab21238b3bd8e75687422d288050ae..65bbf7e818cddd3e746ecf01db2df1fd3a97f720 100644 (file)
@@ -84,6 +84,8 @@ public:
 
   int read_auxv (CORE_ADDR offset, unsigned char *myaddr,
                 unsigned int len) override;
+
+  bool supports_z_point_type (char z_type) override;
 };
 
 /* The inferior's target description.  This is a global because the
This page took 0.02316 seconds and 4 git commands to generate.