]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* remote-sim.c (gdbsim_xfer_inferior_memory): Replace
authorKevin Buettner <kevinb@redhat.com>
Tue, 10 Aug 2010 04:39:26 +0000 (04:39 +0000)
committerKevin Buettner <kevinb@redhat.com>
Tue, 10 Aug 2010 04:39:26 +0000 (04:39 +0000)
commit0c012db1eb9c6b7c951e60cb74d0f6d7bb8738f9
tree7ad18013bde7ad0657e96a2c83a69bb4c91954d4
parentdb04efe6afedfc35b7540b1ce9cafb77e2b8360f
* remote-sim.c (gdbsim_xfer_inferior_memory): Replace
`target_has_execution' check with `to_has_memory' check.
(gdbsim_has_all_memory, gdbsim_has_memory): New functions.
(init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
gdb/ChangeLog
gdb/remote-sim.c