]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/target.h
convert to_insn_history_from
[thirdparty/binutils-gdb.git] / gdb / target.h
index f53b73e82af9eadc9cf26416d7d14844e199505e..73288cfd91fc4f5d840602d39c78ac2d88a4ed04 100644 (file)
@@ -1054,7 +1054,8 @@ struct target_ops
        If SIZE < 0, disassemble abs (SIZE) instructions before FROM; otherwise,
        disassemble SIZE instructions after FROM.  */
     void (*to_insn_history_from) (struct target_ops *,
-                                 ULONGEST from, int size, int flags);
+                                 ULONGEST from, int size, int flags)
+      TARGET_DEFAULT_NORETURN (tcomplain ());
 
     /* Disassemble a section of the recorded execution trace from instruction
        BEGIN (inclusive) to instruction END (inclusive).  */