]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Add target_ops argument to to_supports_multi_process
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:37:07 +0000 (21:37 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:46:05 +0000 (07:46 -0700)
commit86ce266821fee1fd9af0f00862857b25f9caf4e6
tree0c7f5810200a1ed61f7ae709c94f442b59292ad9
parent4c6127599b8d882f3125e28bca938548367bf0f3
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.
gdb/ChangeLog
gdb/darwin-nat.c
gdb/linux-nat.c
gdb/remote.c
gdb/target.c
gdb/target.h