This is the mail archive of the gdb-cvs@sources.redhat.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 monitor.c ocd.c rem ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jtc@sourceware.cygnus.com	2000-08-31 17:12:11

Modified files:
	gdb            : ChangeLog dcache.c monitor.c ocd.c 
	                 remote-adapt.c remote-array.c remote-e7000.c 
	                 remote-eb.c remote-mips.c remote-nrom.c 
	                 remote-os9k.c remote-sds.c remote-st.c 
	                 remote-utils.c remote.c tracepoint.c 

Log message:
	* dcache.c (dcache_info): Output a cache line's state vector so it
	lines up under the data vector.
	
	* dcache.c (dcache_read_line): New function.
	(dcache_peek_byte): Use it.
	(dcache_alloc): Return NULL if write of reclaimed cache line fails.
	(dcache_peek_byte, dcache_poke_byte): Return failure if
	dcache_alloc() returns a NULL data block pointer.
	(dcache_xfer_memory): Don't force writeback unless we were writing.
	
	* monitor.c (monitor_expect): Change places where immediate_quit
	is set to 1 or 0 to increments and decrements respectively.  This
	allows such changes to nest properly.
	* ocd.c (ocd_start_remote): Likewise.
	* remote-adapt.c (expect): Likewise.
	* remote-array.c (expect): Likewise.
	* remote-eb.c (expect): Likewise.
	* remote-e7000.c (e7000_start_remote): Likewise.
	* remote-mips.c (mips_expect_timeout, mips_getstring): Likewise.
	* remote-nrom.c (expect): Likewise.
	* remote-os9k.c (expect): Likewise.
	* remote-sds.c (sds_start_remote): Likewise.
	* remote-st.c (expect): Likewise.
	* remote-utils.c (sr_expect): Likewise.
	* remote.c (remote_start_remote): Likewise.
	* tracepoint.c (read_actions): Likewise.
	
	* remote-mips.c (mips_getstring): Balance changes to immediate_quit.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.643&r2=1.644
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dcache.c.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/monitor.c.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ocd.c.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote-adapt.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote-array.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote-e7000.c.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote-eb.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote-mips.c.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote-nrom.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote-os9k.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote-sds.c.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote-st.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote-utils.c.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote.c.diff?cvsroot=src&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/tracepoint.c.diff?cvsroot=src&r1=1.9&r2=1.10


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