Searched refs:breakpointRequestID (Results 1 – 4 of 4) sorted by relevance
73 int breakpointRequestID = debuggeeWrapper.vmMirror.setBreakpointAtMethodBegin( in testSingleStepIntoThroughReflection() local75 logWriter.println("=> breakpointID = " + breakpointRequestID); in testSingleStepIntoThroughReflection()83 .waitForBreakpoint(breakpointRequestID); in testSingleStepIntoThroughReflection()
115 int breakpointRequestID = reply.getNextValueAsInt(); in testCombinedEvents_01() local116 logWriter.println("=> Breakpoint requestID = " + breakpointRequestID); in testCombinedEvents_01()250 int breakpointRequestID = reply.getNextValueAsInt(); in testCombinedEvents_02() local251 logWriter.println("=> Breakpoint requestID = " + breakpointRequestID); in testCombinedEvents_02()637 int breakpointRequestID = reply.getNextValueAsInt(); in testCombinedEvents_05() local638 logWriter.println("=> Breakpoint requestID = " + breakpointRequestID); in testCombinedEvents_05()796 int breakpointRequestID = reply.getNextValueAsInt(); in testCombinedEvents_06() local797 logWriter.println("=> Breakpoint requestID = " + breakpointRequestID); in testCombinedEvents_06()
109 int breakpointRequestID = reply.getNextValueAsInt(); in testCombinedEvents003_01() local110 logWriter.println("=> Breakpoint requestID = " + breakpointRequestID); in testCombinedEvents003_01()
144 int breakpointRequestID = debuggeeWrapper.vmMirror.setBreakpointAtMethodBegin(classID, in runStackFrameTest() local151 long eventThreadID = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointRequestID); in runStackFrameTest()160 eventThreadID = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointRequestID); in runStackFrameTest()163 debuggeeWrapper.vmMirror.clearBreakpoint(breakpointRequestID); in runStackFrameTest()