This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

patch to gdb documentation


The enclosed patch changes the wording that explains that GDB now
implements a write-through cache for register values.  Previously
it stated that the protocol itself implements the cache, which is
obviously not true.

	  --jtc

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.

Index: remote.texi
===================================================================
RCS file: /usr/rback/release/tools-src/gdb/gdb/doc/remote.texi,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 remote.texi
*** remote.texi	1998/12/03 00:05:45	1.1.1.1
--- remote.texi	1998/12/03 20:11:57
***************
*** 445,453 ****
  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.
  @end table
  
  @kindex set remotedebug
--- 445,452 ----
  This eliminates the need to fetch the entire register set for each instruction
  being stepped through.
  
! @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