From 86ce266821fee1fd9af0f00862857b25f9caf4e6 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 17 Dec 2013 21:37:07 -0700 Subject: Add target_ops argument to to_supports_multi_process 2014-02-19 Tom Tromey * target.h (struct target_ops) : Add argument. (target_supports_multi_process): Add argument. * target.c (update_current_target): Update. * remote.c (remote_supports_multi_process): Add 'self' argument. * linux-nat.c (linux_nat_supports_multi_process): Add 'self' argument. * darwin-nat.c (darwin_supports_multi_process): Add 'self' argument. --- gdb/darwin-nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/darwin-nat.c') diff --git a/gdb/darwin-nat.c b/gdb/darwin-nat.c index dd44bdb6eed..85574701cf0 100644 --- a/gdb/darwin-nat.c +++ b/gdb/darwin-nat.c @@ -2072,7 +2072,7 @@ darwin_get_ada_task_ptid (struct target_ops *self, long lwp, long thread) } static int -darwin_supports_multi_process (void) +darwin_supports_multi_process (struct target_ops *self) { return 1; } -- cgit v1.2.1