convert to_disable_tracepoint
[deliverable/binutils-gdb.git] / gdb / target.h
index d38fd2cf84db58cf71f01db185bcb0b9cd759273..826bcb3f92a802d270f804e2cc7849c428d1b2cb 100644 (file)
@@ -826,7 +826,8 @@ struct target_ops
 
     /* Disable a tracepoint on the target.  */
     void (*to_disable_tracepoint) (struct target_ops *,
-                                  struct bp_location *location);
+                                  struct bp_location *location)
+      TARGET_DEFAULT_NORETURN (tcomplain ());
 
     /* Inform the target info of memory regions that are readonly
        (such as text sections), and so it should return data from
This page took 0.023223 seconds and 4 git commands to generate.