Add target_ops argument to to_download_tracepoint

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

	* target.h (struct target_ops) <to_download_tracepoint>: Add
	argument.
	(target_download_tracepoint): Add argument.
	* target.c (update_current_target): Update.
	* remote.c (remote_download_tracepoint): Add 'self' argument.
This commit is contained in:
Tom Tromey
2013-12-17 21:39:49 -07:00
parent ecae04e1df
commit 548f7808ad
4 changed files with 13 additions and 4 deletions

View File

@@ -852,7 +852,7 @@ update_current_target (void)
(void (*) (struct target_ops *))
tcomplain);
de_fault (to_download_tracepoint,
(void (*) (struct bp_location *))
(void (*) (struct target_ops *, struct bp_location *))
tcomplain);
de_fault (to_can_download_tracepoint,
(int (*) (void))