* remote.texi: Changed wording that implied that the GDB remote

protocol caches register values instead of GDB itself.
This commit is contained in:
Stan Shebs
1998-12-03 23:29:54 +00:00
parent 2cf8f53cc9
commit 0d2ff0f12b
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
* remote.texi: Changed wording that implied that the GDB remote
protocol caches register values instead of GDB itself.
Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com> Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
* gdbint.texinfo: Add some info about symbol readers. * gdbint.texinfo: Add some info about symbol readers.

View File

@@ -445,9 +445,8 @@ to make a quick decision about single-stepping or conditional breakpoints.
This eliminates the need to fetch the entire register set for each instruction This eliminates the need to fetch the entire register set for each instruction
being stepped through. being stepped through.
The @value{GDBN} remote serial protocol now implements a write-through @value{GDBN} now implements a write-through cache for registers and only
cache for registers. @value{GDBN} only re-reads the registers if the re-reads the registers if the target has run.
target has run.
@end table @end table
@kindex set remotedebug @kindex set remotedebug