Add target_ops argument to to_load
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:31:27 +0000 (21:31 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:45:42 +0000 (07:45 -0700)
commit71a9f134da16fda6094f7cbab121ea62dbfb78d9
tree977629a780b07813fb4b6689024c90f0f3e32c0d
parent0a4f40a208644744287b3e3a080416aede202633
Add target_ops argument to to_load

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

* target.h (struct target_ops) <to_load>: Add argument.
* target.c (target_load): Add argument.
(debug_to_load): Add argument.
(update_current_target): Update.
* remote.c (remote_load): Add 'self' argument.
* remote-sim.c (gdbsim_load): Add 'self' argument.
* remote-mips.c (mips_load): Add 'self' argument.
* remote-m32r-sdi.c (m32r_load): Add 'self' argument.
* monitor.c (monitor_load): Add 'self' argument.
* m32r-rom.c (m32r_load_gen): Add 'self' argument.
gdb/ChangeLog
gdb/m32r-rom.c
gdb/monitor.c
gdb/remote-m32r-sdi.c
gdb/remote-mips.c
gdb/remote-sim.c
gdb/remote.c
gdb/target.c
gdb/target.h
This page took 0.027319 seconds and 4 git commands to generate.