diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2012-08-02 15:52:27 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2012-08-02 15:52:27 +0000 |
commit | 7c3270aec11d401689c9b9cbd6b1c9d574385526 (patch) | |
tree | a87ae8ed68bfb99d6b7931941ec021e4fe7d3e40 /gdb/ChangeLog | |
parent | 399c99f739767af94870e8fde027f9f0473fad16 (diff) | |
download | gdb-7c3270aec11d401689c9b9cbd6b1c9d574385526.zip gdb-7c3270aec11d401689c9b9cbd6b1c9d574385526.tar.gz gdb-7c3270aec11d401689c9b9cbd6b1c9d574385526.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f284746..b4c1545 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org> + + * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back + to attempting lseek/write. + (inf_child_fileio_pread): Likewise for pread. + 2012-08-02 Yao Qi <yao@codesourcery.com> * dwarf2loc.c (entry_values_debug): Add 'unsigned'. |