Add target_ops argument to to_set_disconnected_tracing

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

	* target.h (struct target_ops) <to_set_disconnected_tracing>: Add
	argument.
	(target_set_disconnected_tracing): Add argument.
	* target.c (update_current_target): Update.
	* remote.c (remote_set_disconnected_tracing): Add 'self' argument.
This commit is contained in:
Tom Tromey
2013-12-17 21:43:19 -07:00
parent 0e67620a27
commit 37b2573848
4 changed files with 12 additions and 4 deletions

View File

@@ -11007,7 +11007,7 @@ remote_get_raw_trace_data (struct target_ops *self,
}
static void
remote_set_disconnected_tracing (int val)
remote_set_disconnected_tracing (struct target_ops *self, int val)
{
struct remote_state *rs = get_remote_state ();