| Frames | No Frames |
Methods with parameter type gnu.classpath.jdwp.event.EventRequest | |
| void | Send an event notification to the debugger
|
Methods with parameter type gnu.classpath.jdwp.event.EventRequest | |
| void | Register a request from the debugger
Virtual machines have two options. |
| void | Sends the event to the debugger.
|
| void | Unregisters the given request
|
Methods with parameter type gnu.classpath.jdwp.event.EventRequest | |
| void | Requests monitoring of an event.
|
| JdwpPacket | Converts this event into to a JDWP packet
|
Methods with return type gnu.classpath.jdwp.event.EventRequest | |
| EventRequest | Returns a request for the given event. |
| EventRequest | EventManager.getRequest(byte kind, int id) Returns a given event request for an event
|