[SCM] frysk system monitor/debugger branch, master, updated. 94c3775976a8c86382d595b703098b0c71497fd2

swagiaal@sourceware.org swagiaal@sourceware.org
Fri Nov 2 17:32:00 GMT 2007


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  94c3775976a8c86382d595b703098b0c71497fd2 (commit)
      from  616c9bbb472fb0b0d23e4ae233c2f19926fe8d20 (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 94c3775976a8c86382d595b703098b0c71497fd2
Author: Sami Wagiaalla <swagiaal@redhat.com>
Date:   Fri Nov 2 13:18:04 2007 -0400

    swagiaal: Delete InlinedSubroutine and added an inlined attribute to subprogram.
    
    frysk-core/frysk/debuginfo/ChangeLog
    +2007-11-02  Sami Wagiaalla  <swagiaal@redhat.com>
    +
    +       Delete InlinedSubroutine, and added an inlined attribute
    +       to subprogram.
    +       * DebugInfoFrame.java: Updated.
    +       * DebugInfoStackFactory.java: Updated.
    +       * TestFrameDebugInfo.java: Updated
    
    frysk-core/frysk/scopes/ChangeLog
    +2007-11-02  Sami Wagiaalla  <swagiaal@toner.toronto.redhat.com>
    +
    +       Delete InlinedSubroutine, and added an inlined attribute
    +       to subprogram.
    +       * InlinedSubroutine.java: Deleted.
    +       * ScopeFactory.java: Updated.
    +       * Subroutine.java: Added isInlined();
    +       * ScopeFactory.java: Updated
    +

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

Summary of changes:
 frysk-core/frysk/debuginfo/ChangeLog               |    8 +++
 frysk-core/frysk/debuginfo/DebugInfoFrame.java     |   17 +++----
 .../frysk/debuginfo/DebugInfoStackFactory.java     |    8 ++--
 frysk-core/frysk/debuginfo/TestFrameDebugInfo.java |    4 +-
 frysk-core/frysk/scopes/ChangeLog                  |    9 +++
 frysk-core/frysk/scopes/InlinedSubroutine.java     |   54 --------------------
 frysk-core/frysk/scopes/ScopeFactory.java          |   15 +-----
 frysk-core/frysk/scopes/Subroutine.java            |   39 ++++++++++++++
 frysk-core/frysk/scopes/TestScopeFactory.java      |    2 +-
 9 files changed, 71 insertions(+), 85 deletions(-)
 delete mode 100644 frysk-core/frysk/scopes/InlinedSubroutine.java


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



More information about the Frysk-cvs mailing list