This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

frysk-core/frysk/proc Breakpoint.java ChangeLo ...


CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	mark@sourceware.org	2007-06-15 14:18:58

Modified files:
	frysk/proc     : Breakpoint.java ChangeLog Isa.java IsaIA32.java 
	                 IsaPowerPC.java IsaX8664.java 
Added files:
	frysk/proc     : Instruction.java 

Log message:
	* Instruction.java: New class.
	* Breakpoint.java (origInstruction): Change type to Instruction.
	(set): Get and set breakpoint and orig through Isa Instruction.
	(reset): Use origInstruction.getBytes().
	* Isa (getBreakpointInstruction): return Instruction.
	(getInstruction): New method.
	* IsaIA32.java (BREAKPOINT_INSTRUCTION): Removed.
	(IA32Breakpoint): New static field.
	(getBreakpointInstruction): Return IA32Breakpoint.
	(getInstruction): New method.
	(getBreakpointAddress): Just subtract 1.
	* IsaX8664.java (BREAKPOINT_INSTRUCTION): Removed.
	((getBreakpointInstruction): Return X8664Breakpoint.
	(getInstruction): New method.
	(getBreakpointAddress): Just subtract 1.
	* IsaPowerPC.java (BREAKPOINT_INSTRUCTION): Removed.
	(ppcBreakpoint): New static field.
	(getBreakpointInstruction): Return ppcBreakpoint.
	(getInstruction): New method.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/Instruction.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/Breakpoint.java.diff?cvsroot=frysk&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.727&r2=1.728
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/Isa.java.diff?cvsroot=frysk&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/IsaIA32.java.diff?cvsroot=frysk&r1=1.20&r2=1.21
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/IsaPowerPC.java.diff?cvsroot=frysk&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/IsaX8664.java.diff?cvsroot=frysk&r1=1.12&r2=1.13


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]