Add target_ops argument to to_trace_init

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

	* target.h (struct target_ops) <to_trace_init>: Add argument.
	(target_trace_init): Add argument.
	* target.c (update_current_target): Update.
	* remote.c (remote_trace_init): Add 'self' argument.
This commit is contained in:
Tom Tromey 2013-12-17 21:39:36 -07:00
parent fab5aa7c3f
commit ecae04e1df
4 changed files with 11 additions and 4 deletions

View file

@ -10326,7 +10326,7 @@ remote_can_run_breakpoint_commands (struct target_ops *self)
}
static void
remote_trace_init (void)
remote_trace_init (struct target_ops *self)
{
putpkt ("QTinit");
remote_get_noisy_reply (&target_buf, &target_buf_size);