Hello, Per: http://sources.redhat.com/ml/gdb-patches/2003-10/msg00641.html > Having taken the change to this point, I'm now wondering if the read/write partial methods should be merged into: > to_xfer_partial (targ, object, annex, > offset, len, > readbuf, writebuf) > as that would make migrating existing targets easier. Having implemented bfd-target and remote-target versions to_read/write_partial, I think this switch is going to make life easier. The attached converts the code. Comments? I'll also update the bfd-target I've posted. Andrew