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 | Sends the events 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 the events into to a single JDWP Event.COMPOSITE packet
|
Methods with return type gnu.classpath.jdwp.event.EventRequest | |
EventRequest[] | Returns all requests for the given event. |
EventRequest | EventManager.getRequest(byte kind, int id) Returns a given event request for an event
|