mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
convert to_goto_record_end
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (target_goto_record_end): Unconditionally delegate. * target.h (struct target_ops) <to_goto_record_end>: Use TARGET_DEFAULT_NORETURN.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user