mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* NEWS: Add information about remote target caching.
This commit is contained in:
parent
462bde0321
commit
0764fb0451
@ -1,3 +1,7 @@
|
||||
Mon Sep 11 17:22:35 1995 Fred Fish <fnf@cygnus.com>
|
||||
|
||||
* NEWS: Add information about remote target caching.
|
||||
|
||||
Sun Sep 10 15:36:21 1995 Fred Fish <fnf@cygnus.com>
|
||||
|
||||
* defs.h: Only include mmalloc.h if NO_MMALLOC is not
|
||||
|
11
gdb/NEWS
11
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
|
||||
|
Loading…
Reference in New Issue
Block a user