convert to_insn_history
[deliverable/binutils-gdb.git] / gdb / target.h
index 73288cfd91fc4f5d840602d39c78ac2d88a4ed04..71062c90d4d76df2f19e5f79ba73d01689acd3cd 100644 (file)
@@ -1047,7 +1047,8 @@ struct target_ops
        the current position.
        If SIZE < 0, disassemble abs (SIZE) preceding instructions; otherwise,
        disassemble SIZE succeeding instructions.  */
-    void (*to_insn_history) (struct target_ops *, int size, int flags);
+    void (*to_insn_history) (struct target_ops *, int size, int flags)
+      TARGET_DEFAULT_NORETURN (tcomplain ());
 
     /* Disassemble SIZE instructions in the recorded execution trace around
        FROM.
This page took 0.02427 seconds and 4 git commands to generate.