aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1995-09-12 00:26:17 +0000
committerFred Fish <fnf@specifix.com>1995-09-12 00:26:17 +0000
commit0764fb04511f3005e359fc8f017f46b403c04bf7 (patch)
tree5b0f96b1fa907dff3e10802d2c7bfe3c3f43ecf5 /gdb/NEWS
parent462bde03210c53e83ac8247e7a88ae35e814132a (diff)
downloadgdb-0764fb04511f3005e359fc8f017f46b403c04bf7.zip
gdb-0764fb04511f3005e359fc8f017f46b403c04bf7.tar.gz
gdb-0764fb04511f3005e359fc8f017f46b403c04bf7.tar.bz2
* NEWS: Add information about remote target caching.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index e764e36..a39a797 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