Hi,

I've committed the following patch which represents an event request from the debugger. When the debugger requests an event, the packet processor creates one of these things, adding any event filtering specified by the debugger. It then gets registered with the EventManager, and the VM is given a chance to process it.

I've also included another JDWP error exception, JdwpIllegalArgumentException. Although the JDWP 1.4 specification doesn't really say much about what to do when the debugger requests an illegal filter/condition for an event, I've decided to pass back an illegal argument error.

Keith

ChangeLog
2005-08-26  Keith Seitz  <[EMAIL PROTECTED]>

        * gnu/classpath/jdwp/event/EventRequest.java: New file.
        * gnu/classpath/jdwp/exception/JdwpIllegalArgumentException.java:
        New file.
7[?47h[?1h="/tmp/cvsWj5a5d" 12L, 433CCVS: ----------------------------------------------------------------------
CVS: Enter Log.  Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS:    ChangeLog
CVS: Added Files:
CVS:    gnu/classpath/jdwp/exception/JdwpIllegalArgumentException.java
CVS:    gnu/classpath/jdwp/event/EventRequest.java
CVS: ----------------------------------------------------------------------
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~Type  :quit<Enter>  to exit Vim:
[?1l>[?47l8
_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to