From: Fred Fish Date: Tue, 12 Sep 1995 00:26:17 +0000 (+0000) Subject: * NEWS: Add information about remote target caching. X-Git-Tag: gdb-4_18~10887 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0764fb04511f3005e359fc8f017f46b403c04bf7;p=thirdparty%2Fbinutils-gdb.git * NEWS: Add information about remote target caching. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7c7f21bc528..e4f83e22248 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Mon Sep 11 17:22:35 1995 Fred Fish + + * NEWS: Add information about remote target caching. + Sun Sep 10 15:36:21 1995 Fred Fish * defs.h: Only include mmalloc.h if NO_MMALLOC is not diff --git a/gdb/NEWS b/gdb/NEWS index e764e3610ab..a39a797b2eb 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -1,6 +1,17 @@ What has changed in GDB? (Organized release by release) +*** Changes in GDB-4.15: + +* Remote targets use caching + +Remote targets now use a data cache to speed up communication with the +remote side. +The data cache could lead to incorrect results because it doesn't know +about volatile variables, thus making it impossible to debug targets +which use memory mapped I/O devices. `set remotecache off' turns the +the data cache off. + *** Changes in GDB-4.14: * New native configurations