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:
Tom Tromey
2013-12-18 20:23:23 -07:00
parent 05969c841a
commit e9179bb3de
4 changed files with 26 additions and 11 deletions

View File

@ -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)