gcc/libjava/classpath/gnu
Keith Seitz da70c2d9ed Jdwp.java (notify): Rewrite to call new array-based method.
* gnu/classpath/jdwp/Jdwp.java (notify): Rewrite to call
        new array-based method.
        (notify): New function.
        (sendEvent): Rewrite to use sendEvents.
        (sendEvents): New method.
        * gnu/classpath/jdwp/event/Event.java (toPacket): Make static.
        Change parameters to use arrays for events and requests.
        Add suspendPolicy parameter.
        Move per-event data transformation to...
        (_toData): ... here.
        * gnu/classpath/jdwp/transport/JdwpConnection.java
        (sendEvent): Renamed to ...
        (sendEvents): ... this.
        Change parameters to use arrays for events and requests.
        Add suspendPolicy parameter.

From-SVN: r124514
2007-05-07 20:45:21 +00:00
..
classpath Jdwp.java (notify): Rewrite to call new array-based method. 2007-05-07 20:45:21 +00:00
CORBA
java 2007-04-04 Francis Kung <fkung@redhat.com> 2007-04-28 01:58:23 +00:00
javax Server.java (Server): Record the delegate. 2007-05-03 18:30:33 +00:00
test
xml