From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23888 invoked by alias); 2 Nov 2007 17:32:10 -0000 Received: (qmail 23860 invoked by uid 9561); 2 Nov 2007 17:32:09 -0000 Date: Fri, 02 Nov 2007 17:32:00 -0000 Message-ID: <20071102173208.23841.qmail@sourceware.org> From: swagiaal@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] frysk system monitor/debugger branch, master, updated. 94c3775976a8c86382d595b703098b0c71497fd2 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 616c9bbb472fb0b0d23e4ae233c2f19926fe8d20 X-Git-Newrev: 94c3775976a8c86382d595b703098b0c71497fd2 Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2007-q4/txt/msg00292.txt.bz2 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 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 + + 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 + + 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