convert to_enable_tracepoint

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

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

View File

@ -821,7 +821,8 @@ struct target_ops
/* Enable a tracepoint on the target. */
void (*to_enable_tracepoint) (struct target_ops *,
struct bp_location *location);
struct bp_location *location)
TARGET_DEFAULT_NORETURN (tcomplain ());
/* Disable a tracepoint on the target. */
void (*to_disable_tracepoint) (struct target_ops *,