Add target_ops argument to to_supports_multi_process
2014-02-19 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_supports_multi_process>: 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.
This commit is contained in:
parent
4c6127599b
commit
86ce266821
6 changed files with 18 additions and 6 deletions
|
@ -840,7 +840,7 @@ update_current_target (void)
|
|||
(ptid_t (*) (struct target_ops *, long, long))
|
||||
default_get_ada_task_ptid);
|
||||
de_fault (to_supports_multi_process,
|
||||
(int (*) (void))
|
||||
(int (*) (struct target_ops *))
|
||||
return_zero);
|
||||
de_fault (to_supports_enable_disable_tracepoint,
|
||||
(int (*) (void))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue