]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
introduce remote_load
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:21:17 +0000 (21:21 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:45:27 +0000 (07:45 -0700)
commit9dd130a0f09e436482e7787fe1173ae06e39ade7
tree018791eb0864229caf5b3936fa1a58ae99769f00
parent46917d26c8a2aa8054bbed410c432eadf355d172
introduce remote_load

I used a refactoring script to add target_ops arguments to all the
target methods.  In order to make this script work a little better,
this patch adds a new "remote_load" function; this eliminates the need
to later change the signature of generic_load.

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

* remote.c (remote_load): New function.
(init_remote_ops): Use it.
gdb/ChangeLog
gdb/remote.c