public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: swagiaal@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: swagiaal: Removed getValue() from ExprSymTab.
Date: Fri, 04 Apr 2008 17:19:00 -0000	[thread overview]
Message-ID: <20080404171952.26353.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  26deb2e6dfabff34eb940727518355d1b3381720 (commit)
      from  2b69f5e052f189aa23342a448987139fa3a44231 (commit)

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

- Log -----------------------------------------------------------------
commit 26deb2e6dfabff34eb940727518355d1b3381720
Author: Sami Wagiaalla <swagiaal@redhat.com>
Date:   Fri Apr 4 13:18:42 2008 -0400

    swagiaal: Removed getValue() from ExprSymTab.
    
    frysk-core/frysk/debuginfo/ChangeLog
    +2008-04-04  Sami Wagiaalla  <swagiaal@redhat.com>
    +
    +	* ObjectDeclarationSearchEngine.java: Removed getValue().
    +
    
    frysk-core/frysk/expr/ChangeLog
    +2008-04-04  Sami Wagiaalla  <swagiaal@redhat.com>
    +
    +	* ExprSymTab.java: Removed getValue().
    +

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

Summary of changes:
 frysk-core/frysk/debuginfo/ChangeLog               |    6 +++++-
 .../debuginfo/ObjectDeclarationSearchEngine.java   |    7 -------
 frysk-core/frysk/expr/ChangeLog                    |    6 +++++-
 frysk-core/frysk/expr/ExprSymTab.java              |    5 -----
 4 files changed, 10 insertions(+), 14 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/debuginfo/ChangeLog b/frysk-core/frysk/debuginfo/ChangeLog
index 7383e48..0078178 100644
--- a/frysk-core/frysk/debuginfo/ChangeLog
+++ b/frysk-core/frysk/debuginfo/ChangeLog
@@ -1,7 +1,11 @@
+2008-04-04  Sami Wagiaalla  <swagiaal@redhat.com> 
+
+	* ObjectDeclarationSearchEngine.java: Removed getValue().
+	
 2008-04-04  Sami Wagiaalla  <swagiaal@redhat.com>
 
 	* ObjectDeclarationSearchEngine.java: Removed getType().
-
+	
 2008-04-01  Andrew Cagney  <cagney@redhat.com>
 
 	* TestGccInterface.java: Move from frysk.vale.TestInterface.
diff --git a/frysk-core/frysk/debuginfo/ObjectDeclarationSearchEngine.java b/frysk-core/frysk/debuginfo/ObjectDeclarationSearchEngine.java
index c47ecd1..70225c4 100644
--- a/frysk-core/frysk/debuginfo/ObjectDeclarationSearchEngine.java
+++ b/frysk-core/frysk/debuginfo/ObjectDeclarationSearchEngine.java
@@ -56,7 +56,6 @@ import frysk.isa.registers.Registers;
 import frysk.isa.registers.RegistersFactory;
 import frysk.proc.Task;
 import frysk.scopes.Scope;
-import frysk.scopes.Variable;
 import frysk.value.ObjectDeclaration;
 import frysk.value.Value;
 
@@ -70,12 +69,10 @@ import frysk.value.Value;
 public class ObjectDeclarationSearchEngine implements ExprSymTab{
 
     private final DebugInfoFrame frame;
-//    private final ISA isa;
     private final Task task;
 
     public ObjectDeclarationSearchEngine(DebugInfoFrame frame) {
 	this.frame = frame;
-//	this.isa = frame.getTask().getISA();
 	this.task = frame.getTask();
     }
     
@@ -113,10 +110,6 @@ public class ObjectDeclarationSearchEngine implements ExprSymTab{
 	return objectDeclaration.getValue(frame);
     }
 
-    public Value getValue(Variable v) {
-	return v.getValue(frame);
-    }
-
     public ByteOrder order()
     {
 	return task.getISA().order();
diff --git a/frysk-core/frysk/expr/ChangeLog b/frysk-core/frysk/expr/ChangeLog
index 8f2608d..d4b600c 100644
--- a/frysk-core/frysk/expr/ChangeLog
+++ b/frysk-core/frysk/expr/ChangeLog
@@ -1,7 +1,11 @@
+2008-04-04  Sami Wagiaalla  <swagiaal@redhat.com> 
+
+	* ExprSymTab.java: Removed getValue().
+	
 2008-04-04  Sami Wagiaalla  <swagiaal@redhat.com>
 
 	* ExprSymTab.java: Removed getType().
-
+	
 2008-04-01  Andrew Cagney  <cagney@redhat.com>
 
 	* ExprSymTab.java: Update; Variable moved.
diff --git a/frysk-core/frysk/expr/ExprSymTab.java b/frysk-core/frysk/expr/ExprSymTab.java
index 9c1c9be..5cde7cc 100644
--- a/frysk-core/frysk/expr/ExprSymTab.java
+++ b/frysk-core/frysk/expr/ExprSymTab.java
@@ -44,7 +44,6 @@ import inua.eio.ByteOrder;
 
 import java.util.List;
 
-import frysk.scopes.Variable;
 import frysk.value.ObjectDeclaration;
 import frysk.value.Value;
 
@@ -67,10 +66,6 @@ public interface ExprSymTab
      */
     ByteBuffer taskMemory();
     /**
-     * Return the variable's value.
-     */
-    Value getValue(Variable v);
-    /**
      * Return the wordsize.
      */    
     int getWordSize();


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


                 reply	other threads:[~2008-04-04 17:19 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=20080404171952.26353.qmail@sourceware.org \
    --to=swagiaal@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).