Kyle Galloway wrote:

2007-02-01  Kyle Galloway  <[EMAIL PROTECTED]>

   * gnu/classpath/jdwp/processor/StackFrameCommandSet.java
   (executeGetValues): Changed getFrame to use a jlong to pass frameID.
   (executeSetValues): Ditto.
   (executeThisObject): Ditto.
   * vm/reference/gnu/classpath/jdwp/VMFrame.java: Added thread field and a
   constructor used to create VMFrames.
   (getThread): New method.
* vm/reference/gnu/classpath/jdwp/VMVirtualMachine.java(getFrame): Changed
   to take a long instead of a ByteBuffer to pass the frameID.

Comments?

That looks fine. Please commit.

[BTW, can you whack the space between function names and the opening parenthesis in VMVirtualMachine.getFrame while you're there?]

Keith

Reply via email to