OSDN Git Service

* remote-sim.c (gdbsim_xfer_inferior_memory): Replace
authorkevinb <kevinb>
Tue, 10 Aug 2010 04:39:24 +0000 (04:39 +0000)
committerkevinb <kevinb>
Tue, 10 Aug 2010 04:39:24 +0000 (04:39 +0000)
commit6dce07e0c9bf4d2b26baf4682ba8583b50636ebd
treeaeb821d6edd40066c3df30bed53b891d818be8fc
parentc5ff9a53290418ca1e8a1a09d1b6a37600f6b633
* 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