public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: cagney@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Delete unused Task.getEntryPointAddress.
Date: Fri, 11 Jan 2008 22:30:00 -0000	[thread overview]
Message-ID: <20080111223042.17760.qmail@sourceware.org> (raw)

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


                 reply	other threads:[~2008-01-11 22:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080111223042.17760.qmail@sourceware.org \
    --to=cagney@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).