classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] [PATCH/JDWP] EventRequest & Exception


From: Keith Seitz
Subject: [cp-patches] [PATCH/JDWP] EventRequest & Exception
Date: Fri, 26 Aug 2005 15:57:34 -0700
User-agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720)

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  <address@hidden>

        * 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]