]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Add target_ops argument to to_can_use_agent
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:45:22 +0000 (21:45 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:46:41 +0000 (07:46 -0700)
commitfe38f8971f81ab42937d4c22f85bba5d8e48ada9
treeeed91ca7efda55cefb3824f3f488ea80ab976a4c
parent2c152180b36b20e14c4562a127d5d7fb8789d175
Add target_ops argument to to_can_use_agent

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

* target.h (struct target_ops) <to_can_use_agent>: Add argument.
(target_can_use_agent): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_can_use_agent): Add 'self' argument.
* inf-child.c (inf_child_can_use_agent): Add 'self' argument.
gdb/ChangeLog
gdb/inf-child.c
gdb/remote.c
gdb/target.c
gdb/target.h