convert to_call_history_from
[deliverable/binutils-gdb.git] / gdb / target.h
index 5c931b9a75f44928f645316c9fe3010b5a1712d8..05df9bb4cf2e2adced910a12b7697fd1e8122810 100644 (file)
@@ -1071,7 +1071,8 @@ struct target_ops
        If SIZE < 0, print abs (SIZE) functions before FROM; otherwise, print
        SIZE functions after FROM.  */
     void (*to_call_history_from) (struct target_ops *,
-                                 ULONGEST begin, int size, int flags);
+                                 ULONGEST begin, int size, int flags)
+      TARGET_DEFAULT_NORETURN (tcomplain ());
 
     /* Print a function trace of an execution trace section from function BEGIN
        (inclusive) to function END (inclusive).  */
This page took 0.02367 seconds and 4 git commands to generate.