This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r124250 - in /trunk/libjava: ChangeLog classpat...


Author: kseitz
Date: Sat Apr 28 02:05:36 2007
New Revision: 124250

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124250
Log:
        * 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.

Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/classpath/ChangeLog
    trunk/libjava/classpath/gnu/classpath/jdwp/Jdwp.java
    trunk/libjava/classpath/gnu/classpath/jdwp/event/EventManager.java
    trunk/libjava/classpath/lib/gnu/classpath/jdwp/Jdwp.class
    trunk/libjava/classpath/lib/gnu/classpath/jdwp/event/EventManager.class
    trunk/libjava/gnu/classpath/jdwp/event/EventManager.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]