Add target_ops argument to to_supports_string_tracing

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

	* target.h (struct target_ops) <to_supports_string_tracing>: Add
	argument.
	(target_supports_string_tracing): Add argument.
	* target.c (update_current_target): Update.
	* remote.c (remote_supports_string_tracing): Add 'self' argument.
This commit is contained in:
Tom Tromey 2013-12-17 21:37:44 -07:00
parent 2bfc0540a2
commit 6de37a3aae
4 changed files with 12 additions and 4 deletions

View file

@ -846,7 +846,7 @@ update_current_target (void)
(int (*) (struct target_ops *))
return_zero);
de_fault (to_supports_string_tracing,
(int (*) (void))
(int (*) (struct target_ops *))
return_zero);
de_fault (to_trace_init,
(void (*) (void))