public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* frysk-core/frysk/debuginfo TestPieceLocation.j ...
@ 2007-10-09 19:20 tthomas
  0 siblings, 0 replies; 4+ messages in thread
From: tthomas @ 2007-10-09 19:20 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	tthomas@sourceware.org	2007-10-09 19:20:33

Modified files:
	frysk/debuginfo: TestPieceLocation.java MemoryPiece.java 
	                 PieceLocation.java ChangeLog 

Log message:
	2007-10-09  Teresa Thomas  <tthomas@redhat.com>
	
	* TestPieceLocation.java (testcreateSimpleLoc): New test.
	* PieceLocation.java (createSimpleLoc): New function.
	* MemoryPiece.java (createSimpleLoc): New function.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/TestPieceLocation.java.diff?cvsroot=frysk&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/MemoryPiece.java.diff?cvsroot=frysk&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/PieceLocation.java.diff?cvsroot=frysk&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/ChangeLog.diff?cvsroot=frysk&r1=1.203&r2=1.204


^ permalink raw reply	[flat|nested] 4+ messages in thread

* frysk-core/frysk/debuginfo TestPieceLocation.j ...
@ 2007-09-24 18:34 tthomas
  0 siblings, 0 replies; 4+ messages in thread
From: tthomas @ 2007-09-24 18:34 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	tthomas@sourceware.org	2007-09-24 18:34:07

Modified files:
	frysk/debuginfo: TestPieceLocation.java RegisterPiece.java 
	                 ChangeLog 

Log message:
	2007-09-24  Teresa Thomas  <tthomas@redhat.com>
	
	* RegisterPiece.java (putByte): Debug statements removed.
	* TestPieceLocation.java (testGetPutByte): Test for RegisterPiece.putByte
	enabled.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/TestPieceLocation.java.diff?cvsroot=frysk&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/RegisterPiece.java.diff?cvsroot=frysk&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/ChangeLog.diff?cvsroot=frysk&r1=1.167&r2=1.168


^ permalink raw reply	[flat|nested] 4+ messages in thread

* frysk-core/frysk/debuginfo TestPieceLocation.j ...
@ 2007-09-21 20:05 tthomas
  0 siblings, 0 replies; 4+ messages in thread
From: tthomas @ 2007-09-21 20:05 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	tthomas@sourceware.org	2007-09-21 20:05:49

Modified files:
	frysk/debuginfo: TestPieceLocation.java RegisterPiece.java 
	                 ChangeLog 

Log message:
	2007-09-21  Teresa Thomas  <tthomas@redhat.com>
	
	* RegisterPiece.java: Remove byteArray.
	(getRegValue): Added.
	(putByte): Call getRegVal.
	(getByte): Ditto.
	(slice): Ditto.
	* TestPieceLocation.java (testGetPutByte): Disable RegisterPiece.putByte	test.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/TestPieceLocation.java.diff?cvsroot=frysk&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/RegisterPiece.java.diff?cvsroot=frysk&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/ChangeLog.diff?cvsroot=frysk&r1=1.164&r2=1.165


^ permalink raw reply	[flat|nested] 4+ messages in thread

* frysk-core/frysk/debuginfo TestPieceLocation.j ...
@ 2007-09-18 19:41 tthomas
  0 siblings, 0 replies; 4+ messages in thread
From: tthomas @ 2007-09-18 19:41 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	tthomas@sourceware.org	2007-09-18 19:41:21

Modified files:
	frysk/debuginfo: TestPieceLocation.java ChangeLog 

Log message:
	2007-09-18  Teresa Thomas  <tthomas@redhat.com>
	
	* TestPieceLocation.java (testGetPutByte): Enabled RegisterPiece.getByte test.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/TestPieceLocation.java.diff?cvsroot=frysk&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/ChangeLog.diff?cvsroot=frysk&r1=1.161&r2=1.162


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-10-09 19:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-09 19:20 frysk-core/frysk/debuginfo TestPieceLocation.j tthomas
  -- strict thread matches above, loose matches on Subject: below --
2007-09-24 18:34 tthomas
2007-09-21 20:05 tthomas
2007-09-18 19:41 tthomas

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).