]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/gdbserver/ChangeLog
ChangeLog:
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 2 Aug 2012 15:52:27 +0000 (15:52 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Thu, 2 Aug 2012 15:52:27 +0000 (15:52 +0000)
commit7c3270aec11d401689c9b9cbd6b1c9d574385526
treea87ae8ed68bfb99d6b7931941ec021e4fe7d3e40
parent399c99f739767af94870e8fde027f9f0473fad16
ChangeLog:

* inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
to attempting lseek/write.
(inf_child_fileio_pread): Likewise for pread.

gdbserver/ChangeLog:

* hostio.c (handle_pread): If pread fails, fall back to attempting
lseek/read.
(handle_pwrite): Likewise for pwrite.
gdb/ChangeLog
gdb/gdbserver/ChangeLog
gdb/gdbserver/hostio.c
gdb/inf-child.c