| Home >> All >> org >> eclipse >> jdi >> [ hcr Javadoc ] |
org.eclipse.jdi.hcr: Javadoc index of package org.eclipse.jdi.hcr.
Package Samples:
org.eclipse.jdi.hcr
Classes:
ReenterStepRequest: A reenter step request is a step event request that will be activated when the given thread is about to pop the top stack frame. At this point, the VM is expected to do the following: The arguments to the method are carefully set aside, along with the identity of the actual method. The stack frame is popped. Any value being returned is discarded. Any exception being thrown is ignored. Instruction counter in caller is set at (rather than after) the send bytecode. Suspend the thread depending on the suspend policy and report a StepEvent for this request. When the thread is resumed, the method is ...
EventRequestManager: Hot code replacement extension to com.sun.jdi.request.EventRequestManager .
ThreadReference: Hot code replacement extension to com.sun.jdi.ThreadReference .
VirtualMachine: Hot code replacement extension to com.sun.jdi.VirtualMachine .
ReferenceType: Hot code replacement extension to com.sun.jdi.ReferenceType .
OperationRefusedException: Thrown to indicate that the target VM refused to perform an operation.
| Home | Contact Us | Privacy Policy | Terms of Service |