convert to_enable_tracepoint
[deliverable/binutils-gdb.git] / gdb / target.h
index 584d3c5ba7874ce67003a8e9634f56bb63274db3..d38fd2cf84db58cf71f01db185bcb0b9cd759273 100644 (file)
@@ -821,7 +821,8 @@ struct target_ops
 
     /* Enable a tracepoint on the target.  */
     void (*to_enable_tracepoint) (struct target_ops *,
-                                 struct bp_location *location);
+                                 struct bp_location *location)
+      TARGET_DEFAULT_NORETURN (tcomplain ());
 
     /* Disable a tracepoint on the target.  */
     void (*to_disable_tracepoint) (struct target_ops *,
This page took 0.025892 seconds and 4 git commands to generate.