From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27287 invoked by alias); 28 Dec 2007 15:22:00 -0000 Received: (qmail 27260 invoked by uid 367); 28 Dec 2007 15:21:59 -0000 Date: Fri, 28 Dec 2007 15:22:00 -0000 Message-ID: <20071228152159.27245.qmail@sourceware.org> From: cagney@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Delete SyscallEventInfo. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: adefecf38be1a74c30c2323a5443196f56580341 X-Git-Newrev: a50244a412c7f06308163bebda890ce124240fcb 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/msg00632.txt.bz2 The branch, master has been updated via a50244a412c7f06308163bebda890ce124240fcb (commit) from adefecf38be1a74c30c2323a5443196f56580341 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit a50244a412c7f06308163bebda890ce124240fcb Author: Andrew Cagney Date: Fri Dec 28 10:22:06 2007 -0500 Delete SyscallEventInfo. frysk-core/frysk/proc/ChangeLog 2007-12-28 Andrew Cagney * SyscallEventInfo.java: Delete. ----------------------------------------------------------------------- Summary of changes: frysk-core/frysk/proc/ChangeLog | 2 + frysk-core/frysk/proc/SyscallEventInfo.java | 56 --------------------------- 2 files changed, 2 insertions(+), 56 deletions(-) delete mode 100644 frysk-core/frysk/proc/SyscallEventInfo.java First 500 lines of diff: diff --git a/frysk-core/frysk/proc/ChangeLog b/frysk-core/frysk/proc/ChangeLog index 58b7492..9654c74 100644 --- a/frysk-core/frysk/proc/ChangeLog +++ b/frysk-core/frysk/proc/ChangeLog @@ -1,5 +1,7 @@ 2007-12-28 Andrew Cagney + * SyscallEventInfo.java: Delete. + * LinuxIa32Syscall.java: Privatize. (getSyscallList()): Delete * LinuxX8664Syscall.java: Ditto. diff --git a/frysk-core/frysk/proc/SyscallEventInfo.java b/frysk-core/frysk/proc/SyscallEventInfo.java deleted file mode 100644 index 9873250..0000000 --- a/frysk-core/frysk/proc/SyscallEventInfo.java +++ /dev/null @@ -1,56 +0,0 @@ -// This file is part of the program FRYSK. -// -// Copyright 2005, Red Hat Inc. -// -// FRYSK is free software; you can redistribute it and/or modify it -// under the terms of the GNU General Public License as published by -// the Free Software Foundation; version 2 of the License. -// -// FRYSK is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with FRYSK; if not, write to the Free Software Foundation, -// Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -// -// In addition, as a special exception, Red Hat, Inc. gives You the -// additional right to link the code of FRYSK with code not covered -// under the GNU General Public License ("Non-GPL Code") and to -// distribute linked combinations including the two, subject to the -// limitations in this paragraph. Non-GPL Code permitted under this -// exception must only link to the code of FRYSK through those well -// defined interfaces identified in the file named EXCEPTION found in -// the source code files (the "Approved Interfaces"). The files of -// Non-GPL Code may instantiate templates or use macros or inline -// functions from the Approved Interfaces without causing the -// resulting work to be covered by the GNU General Public -// License. Only Red Hat, Inc. may make changes or additions to the -// list of Approved Interfaces. You must obey the GNU General Public -// License in all respects for all of the FRYSK code and other code -// used in conjunction with FRYSK except the Non-GPL Code covered by -// this exception. If you modify this file, you may extend this -// exception to your version of the file, but you are not obligated to -// do so. If you do not wish to provide this exception without -// modification, you must delete this exception statement from your -// version and license this file solely under the GPL without -// exception. -package frysk.proc; - -/** - * An object that retrieves syscall info from a task. Used in combination - * with Syscall and a Task object to retrieve information. - */ -public abstract class SyscallEventInfo { - /** - * getSyscall does everything on the assumption that there is a - * system, and programmer want to know the information about this - * system call. A meaningless Syscall object is returned when - * getSyscall is called at the moment no system call occurs. - * @param task the task that system call occurred - * @return the Syscall object - */ - public abstract Syscall getSyscall (Task task); - -} hooks/post-receive -- frysk system monitor/debugger