public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] frysk system monitor/debugger branch, master, updated. 4629c96b8d734004a235b41506f47277210d6748
@ 2007-10-29  9:25 mark
  0 siblings, 0 replies; only message in thread
From: mark @ 2007-10-29  9:25 UTC (permalink / raw)
  To: frysk-cvs

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "frysk system monitor/debugger".

The branch, master has been updated
       via  4629c96b8d734004a235b41506f47277210d6748 (commit)
      from  530c823861f4e5e4f7dacec28042ad4a1985cecb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4629c96b8d734004a235b41506f47277210d6748
Author: Mark Wielaard <mwielaard@redhat.com>
Date:   Mon Oct 29 10:25:14 2007 +0100

    Fix bug #4895 updateHit gets called for each task.
    
    frysk-core/frysk/proc/ChangeLog
    2007-10-29  Mark Wielaard  <mwielaard@redhat.com>
    
           * Observable.java (observers): Now a HashMap.
           (add): Keep count.
           (delete): Likewise.
           (contains): New method.
           (iterator): Use HashMap.keySet().
           (removeAllObservers): Likewise.
           * Task.java (notifyCodeBreakpoint): Check whether observer is
           contained in the codeObservers of this Task.
           * TestTaskObserverCode.java (testMultiTaskUpdate): New test.
           (testMultiTaskUpdateUnblockDelete): Likewise.
           (requestDummyRun): New variant that takes a Task.
    
    frysk-core/frysk/proc/live/ChangeLog
    2007-10-29  Mark Wielaard  <mwielaard@redhat.com>
    
           * LinuxTaskState.java (sendContinue): Add logging.

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

Summary of changes:
 frysk-core/frysk/proc/ChangeLog                 |   14 +++
 frysk-core/frysk/proc/Observable.java           |   43 ++++++--
 frysk-core/frysk/proc/Task.java                 |    5 +-
 frysk-core/frysk/proc/TestTaskObserverCode.java |  128 +++++++++++++++++++++++
 frysk-core/frysk/proc/live/ChangeLog            |    4 +
 frysk-core/frysk/proc/live/LinuxTaskState.java  |    2 +
 6 files changed, 184 insertions(+), 12 deletions(-)


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


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

only message in thread, other threads:[~2007-10-29  9:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-29  9:25 [SCM] frysk system monitor/debugger branch, master, updated. 4629c96b8d734004a235b41506f47277210d6748 mark

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