binutils-gdb/gdb/doc
Daniel Jacobowitz d983da9c3d 2007-09-16 Daniel Jacobowitz <dan@codesourcery.com>
Jeff Johnston  <jjohnstn@redhat.com>

	* breakpoint.c (watchpoints_triggered): New.
	(bpstat_stop_status): Remove STOPPED_BY_WATCHPOINT argument.
	Check watchpoint_triggered instead.  Combine handling for software
	and hardware watchpoints.  Do not use target_stopped_data_address
	here.  Always check a watchpoint if its scope breakpoint triggers.
	Do not stop for thread or overlay events.  Improve check for
	triggered watchpoints without a value change.
	(watch_command_1): Insert the scope breakpoint first.  Link the
	scope breakpoint to the watchpoint.
	* breakpoint.h (enum watchpoint_triggered): New.
	(struct breakpoint): Add watchpoint_triggered.
	(bpstat_stop_status): Update prototype.
	(watchpoints_triggered): Declare.
	* infrun.c (enum infwait_status): Add infwait_step_watch_state.
	(stepped_after_stopped_by_watchpoint): Delete.
	(handle_inferior_event): Make stepped_after_stopped_by_watchpoint
	local.  Handle infwait_step_watch_state.  Update calls to
	bpstat_stop_status.  Use watchpoints_triggered to check
	watchpoints.
	* remote.c (stepped_after_stopped_by_watchpoint): Remove extern.
	(remote_stopped_data_address): Do not check it.

	* gdb.texinfo (Setting Watchpoints): Adjust warning text about
	multi-threaded watchpoints.
	* gdbint.texinfo (Watchpoints): Describe how watchpoints are
	checked.  Describe sticky notification.  Expand description
	of steppable and continuable watchpoints.
	(Watchpoints and Threads): New subsection.

	* gdb.threads/watchthreads.c (thread_function): Sleep between
	iterations.
	* gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
	at once for S/390.  Generate matching fails and passes.
2007-10-01 00:17:58 +00:00
..
ChangeLog 2007-09-16 Daniel Jacobowitz <dan@codesourcery.com> 2007-10-01 00:17:58 +00:00
LRS Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
Makefile.in gdb/: 2007-07-26 10:34:00 +00:00
a4rc.sed Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
agentexpr.texi * agentexpr.texi: Fix typos. 2007-01-20 16:51:56 +00:00
all-cfg.texi * all-cfg.texi (GDBTUI): New. 2007-05-14 17:53:07 +00:00
annotate.texinfo * agentexpr.texi: Fix typos. 2007-01-20 16:51:56 +00:00
configure Index: ChangeLog 2005-01-07 21:53:26 +00:00
configure.ac Index: ChangeLog 2005-01-07 21:53:26 +00:00
fdl.texi * stabs.texinfo: 2005-12-23 19:26:17 +00:00
gdb.texinfo 2007-09-16 Daniel Jacobowitz <dan@codesourcery.com> 2007-10-01 00:17:58 +00:00
gdbint.texinfo 2007-09-16 Daniel Jacobowitz <dan@codesourcery.com> 2007-10-01 00:17:58 +00:00
gpl.texi * stabs.texinfo: 2005-12-23 19:26:17 +00:00
lpsrc.sed Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
observer.texi doc/ChangeLog: 2007-05-11 19:55:20 +00:00
psrc.sed Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
refcard.tex Add "make pdf" and "make install-pdf", from Brooks Moses 2007-03-27 18:09:36 +00:00
stabs.texinfo * agentexpr.texi: Fix typos. 2007-01-20 16:51:56 +00:00