From: <pcm...@us...> - 2008-02-21 05:33:47
|
Revision: 754 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=754&view=rev Author: pcmehlitz Date: 2008-02-20 21:33:41 -0800 (Wed, 20 Feb 2008) Log Message: ----------- * don't queue sendEvent() entries when running scriptless, which would not only be pointless but also screw state matching. * add an MJIEnv.setReturnAttr(attr), so that we can set operand attrs from within native peer methods (on return values). Modified Paths: -------------- trunk/extensions/statechart/env/jpf/gov/nasa/jpf/sc/State.java trunk/extensions/statechart/env/jpf/gov/nasa/jpf/sc/StateMachine.java trunk/extensions/statechart/env/jvm/gov/nasa/jpf/jvm/JPF_gov_nasa_jpf_sc_StateMachine.java trunk/extensions/statechart/env/jvm/gov/nasa/jpf/jvm/NativeStateMachine.java trunk/src/gov/nasa/jpf/jvm/MJIEnv.java trunk/src/gov/nasa/jpf/jvm/NativePeer.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |