From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23848 invoked by alias); 29 Oct 2007 23:05:24 -0000 Received: (qmail 23798 invoked by uid 367); 29 Oct 2007 23:05:23 -0000 Date: Mon, 29 Oct 2007 23:05:00 -0000 Message-ID: <20071029230523.23783.qmail@sourceware.org> From: cagney@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] frysk system monitor/debugger branch, master, updated. dacc59358eb2afc6fa9f5e6726aec527dfadd403 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 034104129a3dc46105b04a07d0bebb1789ef0c4d X-Git-Newrev: dacc59358eb2afc6fa9f5e6726aec527dfadd403 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/msg00252.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 dacc59358eb2afc6fa9f5e6726aec527dfadd403 (commit) from 034104129a3dc46105b04a07d0bebb1789ef0c4d (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 dacc59358eb2afc6fa9f5e6726aec527dfadd403 Author: Andrew Cagney Date: Mon Oct 29 19:03:37 2007 -0400 Add MultiLevelCommand, and TopLevelCommand. frysk-core/frysk/hpd/ChangeLog 2007-10-29 Andrew Cagney * CLI.java (execCommand(String)): Use TopLevelCommand. (topLevelCommand): New. * TopLevelCommand.java: New. * MultiLevelCommand.java: New. * TestOptionParser.java: Simplify. ----------------------------------------------------------------------- Summary of changes: frysk-core/frysk/hpd/CLI.java | 19 +-- frysk-core/frysk/hpd/ChangeLog | 6 + frysk-core/frysk/hpd/TestOptionParser.java | 197 +++++++++++++--------------- 3 files changed, 101 insertions(+), 121 deletions(-) hooks/post-receive -- frysk system monitor/debugger