This is the mail archive of the gdb-cvs@sourceware.cygnus.com mailing list for the GDB project.


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

src/gdb ChangeLog dcache.c dcache.h remote-bug ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jtc@sourceware.cygnus.com	00/06/19 11:59:07

Modified files:
	gdb            : ChangeLog dcache.c dcache.h remote-bug.c 
	                 remote-nindy.c remote-utils.c remote-utils.h 
	                 remote.c 

Log message:
	* remote-nindy.c (nindy_fetch_word, nindy_store_word): Removed
	(nindy_xfer_inferior_memory): Use dcache_xfer_memory() instead of
	breaking transfer into chunks and using nindy_fetch_word() and
	nindy_store_word().
	
	* remote-bug.c (bug_xfer_memory): Use dcache_xfer_memory() instead
	of breaking transfer into chunks and using gr_fetch_word() and
	gr_store_word().
	
	* remote.c (remote_fetch_word, remote_store_word): Removed.
	
	* remote-utils.h (gr_fetch_word, gr_store_word): Removed.
	* remote-utils.c (gr_fetch_word, gr_store_word): Removed.
	
	* dcache.h (dcache_fetch, dcache_poke, dcache_poke_block): Removed.
	* dcache.c (dcache_fetch, dcache_poke): Removed.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.493&r2=1.494
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/dcache.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/dcache.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/remote-bug.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/remote-nindy.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/remote-utils.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/remote-utils.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/remote.c.diff?cvsroot=src&r1=1.14&r2=1.15


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