public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Delete SyscallEventInfo.
@ 2007-12-28 15:22 cagney
  0 siblings, 0 replies; only message in thread
From: cagney @ 2007-12-28 15:22 UTC (permalink / raw)
  To: frysk-cvs

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 <cagney@redhat.com>
Date:   Fri Dec 28 10:22:06 2007 -0500

    Delete SyscallEventInfo.
    
    frysk-core/frysk/proc/ChangeLog
    2007-12-28  Andrew Cagney  <cagney@redhat.com>
    
    	* 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  <cagney@redhat.com>
 
+	* 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-28 15:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-28 15:22 [SCM] master: Delete SyscallEventInfo cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).