src/gdb ChangeLog inf-child.c gdbserver/Change ...
uweigand@sourceware.org
uweigand@sourceware.org
Thu Aug 2 15:52:00 GMT 2012
CVSROOT: /cvs/src
Module name: src
Changes by: uweigand@sourceware.org 2012-08-02 15:52:27
Modified files:
gdb : ChangeLog inf-child.c
gdb/gdbserver : ChangeLog hostio.c
Log message:
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.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14557&r2=1.14558
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inf-child.c.diff?cvsroot=src&r1=1.34&r2=1.35
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.diff?cvsroot=src&r1=1.637&r2=1.638
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/hostio.c.diff?cvsroot=src&r1=1.18&r2=1.19
More information about the Gdb-cvs
mailing list