Re: [cp-patches] [RFA/JDWP] ArrayReferenceCommandSet.java

2005-07-26 Thread Aaron Luchko
Ok, I've committed this patch updated with a very minor doc fix thanks, Aaron --- /dev/null 2005-06-09 16:29:11.371620296 -0400 +++ gnu/classpath/jdwp/processor/ArrayReferenceCommandSet.java 2005-07-26 20:32:15.0 -0400 @@ -0,0 +1,178 @@ +/* ArrayReferenceCommandSet.java -- class to

Re: [cp-patches] [RFA/JDWP] ArrayReferenceCommandSet.java

2005-07-21 Thread Tom Tromey
Aaron == Aaron Luchko [EMAIL PROTECTED] writes: Aaron There's a slightly ugly part with a big if/else in executeGetValues but Aaron there doesn't seem to be a way to get rid of this. This looks really similar to some code in the Values patch. I suggest a static utility method somewhere that

[cp-patches] [RFA/JDWP] ArrayReferenceCommandSet.java

2005-07-20 Thread Aaron Luchko
This class implements the Array Reference Command Set http://java.sun.com/j2se/1.5.0/docs/guide/jpda/jdwp/jdwp-protocol.html#JDWP_ArrayReference There's a slightly ugly part with a big if/else in executeGetValues but there doesn't seem to be a way to get rid of this. Fortunately this is the only