convert to_download_trace_state_variable

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

	* target-delegates.c: Rebuild.
	* target.c (update_current_target): Don't inherit or default
	to_download_trace_state_variable.
	* target.h (struct target_ops) <to_download_trace_state_variable>:
	Use TARGET_DEFAULT_NORETURN.
This commit is contained in:
Tom Tromey
2013-12-18 14:01:07 -07:00
parent 719acc4a29
commit 94eb98b974
4 changed files with 27 additions and 5 deletions

View File

@ -816,7 +816,8 @@ struct target_ops
/* Send full details of a trace state variable to the target. */
void (*to_download_trace_state_variable) (struct target_ops *,
struct trace_state_variable *tsv);
struct trace_state_variable *tsv)
TARGET_DEFAULT_NORETURN (tcomplain ());
/* Enable a tracepoint on the target. */
void (*to_enable_tracepoint) (struct target_ops *,