aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3f2bb37..e7cd74c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,17 @@
+2015-08-21 Pedro Alves <palves@redhat.com>
+
+ * remote.c (struct readahead_cache): New.
+ (struct remote_state) <readahead_cache>: New field.
+ (remote_open_1): Invalidate the cache.
+ (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
+ functions.
+ (remote_hostio_pwrite): Invalidate the readahead cache.
+ (remote_hostio_pread): Rename to ...
+ (remote_hostio_pread_vFile): ... this.
+ (remote_hostio_pread_from_cache): New function.
+ (remote_hostio_pread): Reimplement.
+ (remote_hostio_close): Invalidate the readahead cache.
+
2015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
PR build/18843