public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Use SteppingEngine.blockedByActionpoint for breakpoints.
@ 2008-04-23 16:02 tthomas
  0 siblings, 0 replies; only message in thread
From: tthomas @ 2008-04-23 16:02 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  d7937230ec04d34a332286bf24407333588a516b (commit)
      from  185ec8496473fb1b228db8216f9eac66d6f90fdb (commit)

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

- Log -----------------------------------------------------------------
commit d7937230ec04d34a332286bf24407333588a516b
Author: Teresa Thomas <tthomas@redhat.com>
Date:   Wed Apr 23 12:03:16 2008 -0400

    Use SteppingEngine.blockedByActionpoint for breakpoints.
    
    frysk-core/frysk/rt/ChangeLog:
    2008-04-23  Teresa Thomas  <tthomas@redhat.com>
    
    	* Breakpoint.java (updateHit):
    	Use SteppingEngine.blockedByActionpoint.

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

Summary of changes:
 frysk-core/frysk/rt/Breakpoint.java |    5 +++--
 frysk-core/frysk/rt/ChangeLog       |    5 +++++
 2 files changed, 8 insertions(+), 2 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/rt/Breakpoint.java b/frysk-core/frysk/rt/Breakpoint.java
index 4066f6e..f6214f4 100644
--- a/frysk-core/frysk/rt/Breakpoint.java
+++ b/frysk-core/frysk/rt/Breakpoint.java
@@ -83,8 +83,9 @@ public class Breakpoint implements TaskObserver.Code {
         else {
 	    fine.log(this, "updateHit adding instruction observer", task,
 		     "address", address);
-            task.requestAddInstructionObserver(this.steppingEngine.getSteppingObserver());
-            this.steppingEngine.addBlocker(task, this);
+		
+	    this.steppingEngine.blockedByActionPoint(task, this);
+	    task.requestUnblock(this);
         }
 
         ++triggered;
diff --git a/frysk-core/frysk/rt/ChangeLog b/frysk-core/frysk/rt/ChangeLog
index 30216b9..a979da0 100644
--- a/frysk-core/frysk/rt/ChangeLog
+++ b/frysk-core/frysk/rt/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-23  Teresa Thomas  <tthomas@redhat.com>
+
+	* Breakpoint.java (updateHit): 
+	Use SteppingEngine.blockedByActionpoint.
+
 2008-04-22  Sami Wagiaalla  <swagiaal@redhat.com>
 
 	Renamed InlinedSubroutine to InlinedFunction.


hooks/post-receive
--
frysk system monitor/debugger


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

only message in thread, other threads:[~2008-04-23 16:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-23 16:02 [SCM] master: Use SteppingEngine.blockedByActionpoint for breakpoints tthomas

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