public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-rmoseley-demo-merge: Jan's patch to fix error in archer-sergio-catch-syscall branch
@ 2009-01-07 19:44 rmoseley
  0 siblings, 0 replies; only message in thread
From: rmoseley @ 2009-01-07 19:44 UTC (permalink / raw)
  To: archer-commits

The branch, archer-rmoseley-demo-merge has been updated
       via  00033ca3683a2e05bb0629e6faa2309d58c98188 (commit)
      from  3a6a85cc72aa3c6ef8be5e8b85d695487b26fa3d (commit)

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

- Log -----------------------------------------------------------------
commit 00033ca3683a2e05bb0629e6faa2309d58c98188
Author: Rick Moseley <rmoseley@localhost.localdomain>
Date:   Wed Jan 7 13:40:38 2009 -0600

    Jan's patch to fix error in archer-sergio-catch-syscall branch

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

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

First 500 lines of diff:
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index c85f90b..7c9860e 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -3147,21 +3147,21 @@ bpstat_what (bpstat bs)
   /*       kc    ss    sn    sgl    slr   clr   sr   shl   shlr   entrybp
    */
 /*no_effect */
-    {kc, ss, sn, sgl, slr, clr, sr, shl, shlr, shlr},
+    {kc, ss, sn, sgl, slr, clr, sr, shl, shlr, kc},
 /*wp_silent */
-    {ss, ss, sn, ss, ss, ss, sr, shl, shlr, shlr},
+    {ss, ss, sn, ss, ss, ss, sr, shl, shlr, ss},
 /*wp_noisy */
-    {sn, sn, sn, sn, sn, sn, sr, shl, shlr, shlr},
+    {sn, sn, sn, sn, sn, sn, sr, shl, shlr, sn},
 /*bp_nostop */
-    {sgl, ss, sn, sgl, slr, slr, sr, shl, shlr, shlr},
+    {sgl, ss, sn, sgl, slr, slr, sr, shl, shlr, sgl},
 /*bp_silent */
-    {ss, ss, sn, ss, ss, ss, sr, shl, shlr, shlr},
+    {ss, ss, sn, ss, ss, ss, sr, shl, shlr, ss},
 /*bp_noisy */
-    {sn, sn, sn, sn, sn, sn, sr, shl, shlr, shlr},
+    {sn, sn, sn, sn, sn, sn, sr, shl, shlr, sn},
 /*long_jump */
-    {slr, ss, sn, slr, slr, err, sr, shl, shlr, shlr},
+    {slr, ss, sn, slr, slr, err, sr, shl, shlr, slr},
 /*long_resume */
-    {clr, ss, sn, err, err, err, sr, shl, shlr, shlr},
+    {clr, ss, sn, err, err, err, sr, shl, shlr, clr},
 /*step_resume */
     {sr, sr, sr, sr, sr, sr, sr, sr, sr, sr},
 /*shlib */
@@ -3170,7 +3170,7 @@ bpstat_what (bpstat bs)
     {shlr, shlr, shlr, shlr, shlr, shlr, sr, shlr, shlr, shlr},
 /* entry_breakpoint */
     {entrybp, entrybp, entrybp, entrybp, entrybp, entrybp, sr, entrybp,
-      entrybp, entrybp}
+      shlr, entrybp}
   };
 
 #undef kc


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


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

only message in thread, other threads:[~2009-01-07 19:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-07 19:44 [SCM] archer-rmoseley-demo-merge: Jan's patch to fix error in archer-sergio-catch-syscall branch rmoseley

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).