public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Delete unused Task.getEntryPointAddress.
@ 2008-01-11 22:30 cagney
  0 siblings, 0 replies; only message in thread
From: cagney @ 2008-01-11 22:30 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  5e06e147d965c1f702d5152ded4d88c971e12b42 (commit)
      from  143e8788bce0a15bdcca355b6a9f92387acd521b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 5e06e147d965c1f702d5152ded4d88c971e12b42
Author: Andrew Cagney <cagney@toil.yyz.redhat.com>
Date:   Fri Jan 11 17:00:10 2008 -0500

    Delete unused Task.getEntryPointAddress.
    
    frysk-core/frysk/proc/ChangeLog
    2008-01-11  Andrew Cagney  <cagney@redhat.com>
    
    	* Task.java (getEntryPointAddress()): Delete.

-----------------------------------------------------------------------

Summary of changes:
 frysk-core/frysk/proc/ChangeLog |    2 ++
 frysk-core/frysk/proc/Task.java |    9 ---------
 2 files changed, 2 insertions(+), 9 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/proc/ChangeLog b/frysk-core/frysk/proc/ChangeLog
index 0f5210d..e3b5554 100644
--- a/frysk-core/frysk/proc/ChangeLog
+++ b/frysk-core/frysk/proc/ChangeLog
@@ -1,5 +1,7 @@
 2008-01-11  Andrew Cagney  <cagney@redhat.com>
 
+	* Task.java (getEntryPointAddress()): Delete.
+	
 	* TestTaskObserverCode.java: Move to frysk.proc.live.
 	* Task.java (getRawMemory()): Move to frysk.proc.live.LiveTask.
 	
diff --git a/frysk-core/frysk/proc/Task.java b/frysk-core/frysk/proc/Task.java
index 014d6fb..d4ae45b 100644
--- a/frysk-core/frysk/proc/Task.java
+++ b/frysk-core/frysk/proc/Task.java
@@ -117,15 +117,6 @@ public abstract class Task {
     }
 
     /**
-     * Return the task's entry point address. This is the address of
-     * the first instruction that the task will have executed. XXX:
-     * Not yet implemented.
-     */
-    public long getEntryPointAddress() {
-	return 0xdeadbeefL;
-    }
-
-    /**
      * Return the containing Proc.
      */
     public Proc getProc() {


hooks/post-receive
--
frysk system monitor/debugger


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

only message in thread, other threads:[~2008-01-11 22:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-11 22:30 [SCM] master: Delete unused Task.getEntryPointAddress 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).