[SCM] frysk system monitor/debugger branch, master, updated. f75b400997a86b427c954cbb75458eb685082bae

tthomas@sourceware.org tthomas@sourceware.org
Mon Nov 5 19:54:00 GMT 2007


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "frysk system monitor/debugger".

The branch, master has been updated
       via  f75b400997a86b427c954cbb75458eb685082bae (commit)
      from  0c64e6f6b3a9ee51744685e58512d0ca08491aab (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f75b400997a86b427c954cbb75458eb685082bae
Author: Teresa Thomas <tthomas@redhat.com>
Date:   Mon Nov 5 14:50:40 2007 -0500

    Implement *(array + index), Call add(), plusEquals() directly from expression evaluator.
    
    frysk-core/frysk/value/ChangeLog
    2007-11-05  Teresa Thomas  <tthomas@redhat.com>
    
    	* TestValue.java: Update.
    	* ArithmeticUnit.java (plusEqual): New.
    	* ArithmeticType.java (add): Delete.
    	(plusEqual): Delete.
    	* Type.java (add): Delete.
    	(plusEqual): Delete.
    	* TestArray.java (testAdd): New test.
    	* AddressUnit.java (AddressUnit(ArrayType, int wordSize)): New.
    	(addArray): New.
    	* ArrayType.java (getALU): Give wordSize to ALU.
    	* FloatingPointType.java (getALU): Ditto.
    	* IntegerType.java (getALU): Ditto.
    	* PointerType.java (getALU): Ditto.
    	* Type.java (getALU): Ditto.
    	* TypeDecorator.java (add): Delete.
    	(plusEqual): Delete.
    
    frysk-core/frysk/expr/ChangeLog
    2007-11-05  Teresa Thomas  <tthomas@redhat.com>
    	* CExprEvaluator.g (PLUS): Use getALU.
    	(PLUSEQUAL): Use getALU.
    	* ScratchSymTab.java (getWordSize): Return bogus
    	word size when no task attached.
    
    frysk-core/frysk/debuginfo/ChangeLog
    2007-11-05  Teresa Thomas  <tthomas@redhat.com>
    
    	* PieceLocation.java (getAddress): Edit exception
    	message.

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

Summary of changes:
 frysk-core/frysk/debuginfo/ChangeLog          |    5 +++
 frysk-core/frysk/debuginfo/PieceLocation.java |    2 +-
 frysk-core/frysk/expr/CExprEvaluator.g        |   11 ++++---
 frysk-core/frysk/expr/ChangeLog               |    6 ++++
 frysk-core/frysk/expr/ScratchSymTab.java      |    5 ++-
 frysk-core/frysk/value/AddressUnit.java       |   39 +++++++++++++++++++++---
 frysk-core/frysk/value/ArithmeticType.java    |    8 -----
 frysk-core/frysk/value/ArithmeticUnit.java    |    3 ++
 frysk-core/frysk/value/ArrayType.java         |   24 +++++++++++++++
 frysk-core/frysk/value/ChangeLog              |   23 ++++++++++++++
 frysk-core/frysk/value/FloatingPointType.java |    8 ++--
 frysk-core/frysk/value/IntegerType.java       |   10 +++---
 frysk-core/frysk/value/PointerType.java       |   10 +++---
 frysk-core/frysk/value/TestArray.java         |   21 +++++++++++++
 frysk-core/frysk/value/TestValue.java         |   18 ++++++------
 frysk-core/frysk/value/Type.java              |   13 ++------
 frysk-core/frysk/value/TypeDecorator.java     |    6 ----
 17 files changed, 153 insertions(+), 59 deletions(-)


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



More information about the Frysk-cvs mailing list