Jdwp.class: Regenerated.
* classpath/lib/gnu/classpath/jdwp/Jdwp.class: Regenerated.
* classpath/lib/gnu/classpath/jdwp/event/EventManager.class:
Regenerated.
* gnu/classpath/jdwp/event/EventManager.h: Regenerated.
* 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.
From-SVN: r124250
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
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.
|
||||
|
||||
2007-04-27 Keith Seitz <keiths@redhat.com>
|
||||
|
||||
* gnu/classpath/jdwp/event/filters/LocationOnlyFilter.java
|
||||
|
||||
Reference in New Issue
Block a user