convert to_save_trace_data

2014-02-19  Tom Tromey  <tromey@redhat.com>

	* target-delegates.c: Rebuild.
	* target.c (update_current_target): Don't inherit or default
	to_save_trace_data.
	* target.h (struct target_ops) <to_save_trace_data>: Use
	TARGET_DEFAULT_NORETURN.
This commit is contained in:
Tom Tromey
2013-12-18 14:09:37 -07:00
parent 959bcd0b39
commit a2e6c147fc
4 changed files with 27 additions and 5 deletions

View File

@ -869,7 +869,8 @@ struct target_ops
int tsv, LONGEST *val)
TARGET_DEFAULT_RETURN (0);
int (*to_save_trace_data) (struct target_ops *, const char *filename);
int (*to_save_trace_data) (struct target_ops *, const char *filename)
TARGET_DEFAULT_NORETURN (tcomplain ());
int (*to_upload_tracepoints) (struct target_ops *,
struct uploaded_tp **utpp);