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]
Other format: [Raw text]

src/gdb ChangeLog remote.c doc/ChangeLog doc/g ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	graces@sources.redhat.com	2002-08-09 09:41:25

Modified files:
	gdb            : ChangeLog remote.c 
	gdb/doc        : ChangeLog gdb.texinfo 

Log message:
	* remote.c: (remote_wait, remote_async_wait): Add check for awatch
	T-packets; the 'a' is not taken as a register number.
	(remote_check_watch_resources, remote_stopped_by_watchpoint)
	(remote_stopped_data_address): New functions; add to target
	vector.
	(remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
	prototypes to match other implementations of this
	function. replace integer argument with pointer -- the length
	field in the Z-packet is the length of what is pointed to or 1 if
	pointer is null. Add to target vector.
	(remote_insert_watchpoint, remote_remove_watchpoint): Add to
	target vector.
	
	From Mark Salter:
	* remote.c (remote_wait): Add support to extract optional
	watchpoint information from T-packet. Ignore unrecognized
	optional info in T-packet.
	(remote_async_wait): Ditto.
	doc:
	From Mark Salter:
	* gdb.texinfo (Protocol): Document T packet extension to
	allow watchpoint address reporting.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.3010&r2=1.3011
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote.c.diff?cvsroot=src&r1=1.90&r2=1.91
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.206&r2=1.207
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.107&r2=1.108


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