From: Stan Shebs Date: Thu, 3 Dec 1998 23:29:54 +0000 (+0000) Subject: * remote.texi: Changed wording that implied that the GDB remote X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0d2ff0f12bb487cfa3d0ca06cb1b9151fd5696b9;p=binutils-gdb.git * remote.texi: Changed wording that implied that the GDB remote protocol caches register values instead of GDB itself. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 436d84d7cea..807d99fbeab 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +1998-12-03 J.T. Conklin + + * 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 * gdbint.texinfo: Add some info about symbol readers. diff --git a/gdb/doc/remote.texi b/gdb/doc/remote.texi index 3c4438b4a8e..7de026bec67 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