This is the mail archive of the gdb-patches@sourceware.org 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]

Re: [patch 2/4] Fix hw watchpoints: reordered / simultaneously hit [fixup #1]


> Date: Mon, 12 Oct 2009 17:59:16 +0200
> From: Jan Kratochvil <jan.kratochvil@redhat.com>
> Cc: gdb-patches@sourceware.org
> 
> gdb/doc/
> 	* gdbint.texinfo (Watchpoints): Change STOPPED_BY_WATCHPOINT with
> 	target_stopped_data_address to target_thread_stopped_by_watchpoint,
> 	note the new return value.
> 	(target_stopped_data_address): Together with ...
> 	(STOPPED_BY_WATCHPOINT): ... merge and rename to ...
> 	(target_thread_stopped_by_watchpoint): ... a new node, describe the new
> 	parameters and return value.  Reference the update_watchpoint comment.
> 	(target_watchpoint_addr_within_range): Update the former reference to
> 	target_stopped_data_address.
> 	(Watchpoints and Threads): Rename former STOPPED_BY_WATCHPOINT.
> 	(i386_stopped_data_address): Rename to ...
> 	(i386_thread_stopped_by_watchpoint): ... this function.
> 	(i386_stopped_by_watchpoint): Remove.

This part is approved.  And go32-nat.c also.

Thanks.


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