gdb/gdbserver/
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.h
index 52623bf6d00181d1362f3907658b5f45cd44aa64..4564f56d070b4953bb13b7e81fc70f2235542162 100644 (file)
@@ -117,6 +117,9 @@ struct linux_target_ops
 
   /* Hook to support target specific qSupported.  */
   void (*process_qsupported) (const char *);
+
+  /* Returns true if the low target supports tracepoints.  */
+  int (*supports_tracepoints) (void);
 };
 
 extern struct linux_target_ops the_low_target;
This page took 0.033406 seconds and 4 git commands to generate.