diff options
author | Stan Shebs <shebs@codesourcery.com> | 1998-12-03 23:29:54 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1998-12-03 23:29:54 +0000 |
commit | 0d2ff0f12bb487cfa3d0ca06cb1b9151fd5696b9 (patch) | |
tree | 05b049b8b05f00ab04605f63248a7cb435463a32 /gdb/doc/remote.texi | |
parent | 2cf8f53cc9cc54e4b5c129d3a24525aedd3a4462 (diff) | |
download | gdb-0d2ff0f12bb487cfa3d0ca06cb1b9151fd5696b9.zip gdb-0d2ff0f12bb487cfa3d0ca06cb1b9151fd5696b9.tar.gz gdb-0d2ff0f12bb487cfa3d0ca06cb1b9151fd5696b9.tar.bz2 |
* remote.texi: Changed wording that implied that the GDB remote
protocol caches register values instead of GDB itself.
Diffstat (limited to 'gdb/doc/remote.texi')
-rw-r--r-- | gdb/doc/remote.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/doc/remote.texi b/gdb/doc/remote.texi index 3c4438b..7de026b 100644 --- a/gdb/doc/remote.texi +++ b/gdb/doc/remote.texi @@ -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 being stepped through. -The @value{GDBN} remote serial protocol now implements a write-through -cache for registers. @value{GDBN} only re-reads the registers if the -target has run. +@value{GDBN} now implements a write-through cache for registers and only +re-reads the registers if the target has run. @end table @kindex set remotedebug |