]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/remote.c
Add target_ops argument to to_supports_non_stop
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:35:26 +0000 (21:35 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:45:58 +0000 (07:45 -0700)
commit2a9a2795ff9602bd1f03b9e55b4c15de3241d384
tree61e7f6622ea0ccafe330861e7dcdafeca899d5a1
parent4ab76ea3fb057381852a9d3b7ac9270fec8e7a7c
Add target_ops argument to to_supports_non_stop

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

* target.h (struct target_ops) <to_supports_non_stop>: Add
argument.
* target.c (find_default_supports_non_stop): Add argument.
(target_supports_non_stop): Add argument.
(find_default_supports_non_stop): Add 'self' argument.
* remote.c (remote_supports_non_stop): Add 'self' argument.
* linux-nat.c (linux_nat_supports_non_stop): Add 'self' argument.
gdb/ChangeLog
gdb/linux-nat.c
gdb/remote.c
gdb/target.c
gdb/target.h