[gdbserver/patch] Z packet support

Orjan Friberg orjan.friberg@axis.com
Thu May 12 12:34:00 GMT 2005


Daniel Jacobowitz wrote:
> 
> The patch is OK.  Please make sure to include a full changelog entry,
> and update the copyright years in any files you touch.

Apologies for the long turn-around time.  Here is the ChangeLog entry (patch 
unchanged; no copyright year updates were needed).

2005-05-12  Orjan Friberg  <orjanf@axis.com>

	* target.h (struct target_ops): Add insert_watchpoint,
	remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
	pointers for hardware watchpoint support.
	* linux-low.h (struct linux_target_ops): Ditto.
	* linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
	(linux_stopped_by_watchpoint, linux_stopped_data_address): New.  Add
	to linux_target_ops.
	* remote-utils.c (prepare_resume_reply): Add watchpoint information to
	reply packet.
	* server.c (main): Recognize 'Z' and 'z' packets.

Committed.

-- 
Orjan Friberg
Axis Communications



More information about the Gdb-patches mailing list