> On Oct 23, 5:02pm, Andrew Cagney wrote: > > >> If you want I can add a wrapper method, reducing the actual change to >> just the modification of: >> >> - return read_memory_unsigned_integer (addr, 8); >> >> to: >> >> + return get_target_memory_unsigned (targ, addr, 8); > > > That'd be great. (With this change, consider it approved.) I've committed the attached. It also adds the new target wrapper methods: get_target_memory and get_target_memory_unsigned (I'm wondering about putting them in a separate file, but that's separate ...) Andrew