[RFA] Allow multiple JDWP events
Keith Seitz
keiths@redhat.com
Fri Apr 27 22:31:00 GMT 2007
Hi,
This patch has also been committed to upstream Classpath. It allows the
JDWP backend to send multiple events (of the same type) to the debugger.
Eclipse really needs this functionality to work properly with our
implementation JDWP.
Ok?
Keith
classpath/ChangeLog
2007-04-27 Keith Seitz <keiths@redhat.com>
* gnu/classpath/jdwp/event/EventManager.java
(getEventRequest): Rename to...
(getEventRequests): ...this.
Change return type to array of requests.
Construct a list of all matching events and return
them all.
* gnu/classpath/jdwp/Jdwp.java (notify): Use getEventRequests
and send event notifications for all matching requests.
ChangeLog
2007-04-27 Keith Seitz <keiths@redhat.com>
* classpath/lib/gnu/classpath/jdwp/Jdwp.class: Regenerated.
* classpath/lib/gnu/classpath/jdwp/event/EventManager.class:
Regenerated.
* gnu/classpath/jdwp/event/EventManager.h: Regenerated.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cp-multiple-events.patch
Type: text/x-patch
Size: 4062 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20070427/bc35082d/attachment.bin>
More information about the Java-patches
mailing list