convert to_trace_init

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

	* target-delegates.c: Rebuild.
	* target.c (update_current_target): Don't inherit or default
	to_trace_init.
	* target.h (struct target_ops) <to_trace_init>: Use
	TARGET_DEFAULT_RETURN.
This commit is contained in:
Tom Tromey
2013-12-18 13:57:05 -07:00
parent 9409d39e87
commit 5536135bf4
4 changed files with 27 additions and 5 deletions

View File

@ -801,7 +801,8 @@ struct target_ops
/* Tracepoint-related operations. */
/* Prepare the target for a tracing run. */
void (*to_trace_init) (struct target_ops *);
void (*to_trace_init) (struct target_ops *)
TARGET_DEFAULT_NORETURN (tcomplain ());
/* Send full details of a tracepoint location to the target. */
void (*to_download_tracepoint) (struct target_ops *,