public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-jankratochvil-watchpoint3: Fix gdb.base/recurse.exp regression due to the recent merge.
@ 2010-11-17  6:38 jkratoch
  0 siblings, 0 replies; only message in thread
From: jkratoch @ 2010-11-17  6:38 UTC (permalink / raw)
  To: archer-commits

The branch, archer-jankratochvil-watchpoint3 has been updated
       via  eb2a643104b2e0e089d31aee4b44aebae4b33aca (commit)
      from  398ac01729a06b70c25ba9ad88edbeb7eb766dee (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit eb2a643104b2e0e089d31aee4b44aebae4b33aca
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Nov 17 07:37:31 2010 +0100

    Fix gdb.base/recurse.exp regression due to the recent merge.

-----------------------------------------------------------------------

Summary of changes:
 gdb/breakpoint.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

First 500 lines of diff:
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 42d1450..7559d84 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -4066,8 +4066,6 @@ bpstat_stop_status (struct address_space *aspace,
 
       for (bl = b->loc; bl != NULL; bl = bl->next)
 	{
-	  bpstat bs_prev = bs;
-
 	  /* For hardware watchpoints, we look only at the first location.
 	     The watchpoint_check function will work on the entire expression,
 	     not the individual locations.  For read watchpoints, the
@@ -4136,6 +4134,7 @@ bpstat_stop_status (struct address_space *aspace,
 
 	  gdb_assert (bs->print_it == print_it_noop);
 	  gdb_assert (!bs->stop);
+	  *bs_link = bs->next;
 	  bs_link_next = bs_link;
 	  xfree (bs);
 	  continue;


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-17  6:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-17  6:38 [SCM] archer-jankratochvil-watchpoint3: Fix gdb.base/recurse.exp regression due to the recent merge jkratoch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).