diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/target.h b/gdb/target.h index 0cf2e4d..cb1c431 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -1038,7 +1038,8 @@ struct target_ops void (*to_goto_record_begin) (struct target_ops *); /* Go to the end of the execution trace. */ - void (*to_goto_record_end) (struct target_ops *); + void (*to_goto_record_end) (struct target_ops *) + TARGET_DEFAULT_NORETURN (tcomplain ()); /* Go to a specific location in the recorded execution trace. */ void (*to_goto_record) (struct target_ops *, ULONGEST insn) |