From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18333 invoked by alias); 20 Mar 2008 18:53:46 -0000 Received: (qmail 18308 invoked by uid 9519); 20 Mar 2008 18:53:46 -0000 Date: Thu, 20 Mar 2008 18:53:00 -0000 Message-ID: <20080320185346.18293.qmail@sourceware.org> From: rmoseley@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Fix start/run commands to not ignore focus command(bz #5578). X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: da8a31567d75f21e3121fe38a83c5b67a973cbd0 X-Git-Newrev: fccdc9e9af964adf0e8cf9e7f95ebd229377f169 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: 2008-q1/txt/msg00415.txt.bz2 The branch, master has been updated via fccdc9e9af964adf0e8cf9e7f95ebd229377f169 (commit) from da8a31567d75f21e3121fe38a83c5b67a973cbd0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit fccdc9e9af964adf0e8cf9e7f95ebd229377f169 Author: Rick Moseley Date: Thu Mar 20 13:49:39 2008 -0500 Fix start/run commands to not ignore focus command(bz #5578). * StartRun.java: Fix to not ignore "focus" command(bz #5578). * TestRunCommand.java: Add test for above. * TestStartCommand.java: Ditto. * LoadCommand.java: Add new method for loaded procs listing. * TestLoadCommand.java: Modify test for above. ----------------------------------------------------------------------- Summary of changes: frysk-core/frysk/hpd/ChangeLog | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) First 500 lines of diff: diff --git a/frysk-core/frysk/hpd/ChangeLog b/frysk-core/frysk/hpd/ChangeLog index e9dd8d3..9491788 100644 --- a/frysk-core/frysk/hpd/ChangeLog +++ b/frysk-core/frysk/hpd/ChangeLog @@ -1,3 +1,11 @@ +2008-03-20 Rick Moseley + + * StartRun.java: Fix to not ignore "focus" command(bz #5578). + * TestRunCommand.java: Add test for above. + * TestStartCommand.java: Ditto. + * LoadCommand.java: Add new method for loaded procs listing. + * TestLoadCommand.java: Modify test for above. + 2008-03-18 Andrew Cagney * CLI.java: Treat a terminating task as stopped. hooks/post-receive -- frysk system monitor/debugger