Searched refs:StepRequest (Results 1 – 8 of 8) sorted by relevance
166 initState(JNIEnv *env, jthread thread, StepRequest *step) in initState()265 StepRequest *step; in handleFramePopEvent()368 StepRequest *step; in handleExceptionCatchEvent()435 StepRequest *step; in handleMethodEnterEvent()486 completeStep(JNIEnv *env, jthread thread, StepRequest *step) in completeStep()516 StepRequest *step; in stepControl_handleStep()703 StepRequest *step; in stepControl_resetRequest()727 initEvents(jthread thread, StepRequest *step) in initEvents()791 StepRequest *step; in stepControl_beginStep()851 clearStep(jthread thread, StepRequest *step) in clearStep()[all …]
51 } StepRequest; typedef64 void stepControl_clearRequest(jthread thread, StepRequest *step);
55 StepRequest *threadControl_getStepRequest(jthread);
79 StepRequest currentStep;1618 StepRequest *1622 StepRequest *step; in threadControl_getStepRequest()
40 import com.sun.jdi.request.StepRequest;59 StepRequest.STEP_MIN); in getStepOverCommand()
264 StepRequest createStepRequest(ThreadReference thread, in createStepRequest()410 List<StepRequest> stepRequests(); in stepRequests()
47 public interface StepRequest extends EventRequest { interface
541 implements StepRequest {584 List<StepRequest> requests = stepRequests(); in StepRequestImpl()585 Iterator<StepRequest> iter = requests.iterator(); in StepRequestImpl()587 StepRequest request = iter.next(); in StepRequestImpl()756 public StepRequest createStepRequest(ThreadReference thread, in createStepRequest()870 public List<StepRequest> stepRequests() { in stepRequests()871 return (List<StepRequest>)unmodifiableRequestList(JDWP.EventKind.SINGLE_STEP); in stepRequests()