convert to_trace_set_readonly_regions
[deliverable/binutils-gdb.git] / gdb / target.h
index 826bcb3f92a802d270f804e2cc7849c428d1b2cb..e5a75d0a381372c027af88a08a86ddac2aa7af08 100644 (file)
@@ -832,7 +832,8 @@ struct target_ops
     /* Inform the target info of memory regions that are readonly
        (such as text sections), and so it should return data from
        those rather than look in the trace buffer.  */
-    void (*to_trace_set_readonly_regions) (struct target_ops *);
+    void (*to_trace_set_readonly_regions) (struct target_ops *)
+      TARGET_DEFAULT_NORETURN (tcomplain ());
 
     /* Start a trace run.  */
     void (*to_trace_start) (struct target_ops *);
This page took 0.025725 seconds and 4 git commands to generate.