Home
last modified time | relevance | path

Searched refs:breakpointRequestID (Results 1 – 4 of 4) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DSingleStepThroughReflectionTest.java73 int breakpointRequestID = debuggeeWrapper.vmMirror.setBreakpointAtMethodBegin( in testSingleStepIntoThroughReflection() local
75 logWriter.println("=> breakpointID = " + breakpointRequestID); in testSingleStepIntoThroughReflection()
83 .waitForBreakpoint(breakpointRequestID); in testSingleStepIntoThroughReflection()
DCombinedEventsTest.java115 int breakpointRequestID = reply.getNextValueAsInt(); in testCombinedEvents_01() local
116 logWriter.println("=> Breakpoint requestID = " + breakpointRequestID); in testCombinedEvents_01()
250 int breakpointRequestID = reply.getNextValueAsInt(); in testCombinedEvents_02() local
251 logWriter.println("=> Breakpoint requestID = " + breakpointRequestID); in testCombinedEvents_02()
637 int breakpointRequestID = reply.getNextValueAsInt(); in testCombinedEvents_05() local
638 logWriter.println("=> Breakpoint requestID = " + breakpointRequestID); in testCombinedEvents_05()
796 int breakpointRequestID = reply.getNextValueAsInt(); in testCombinedEvents_06() local
797 logWriter.println("=> Breakpoint requestID = " + breakpointRequestID); in testCombinedEvents_06()
DCombinedEvents003Test.java109 int breakpointRequestID = reply.getNextValueAsInt(); in testCombinedEvents003_01() local
110 logWriter.println("=> Breakpoint requestID = " + breakpointRequestID); in testCombinedEvents003_01()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameAccessTest.java144 int breakpointRequestID = debuggeeWrapper.vmMirror.setBreakpointAtMethodBegin(classID, in runStackFrameTest() local
151 long eventThreadID = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointRequestID); in runStackFrameTest()
160 eventThreadID = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointRequestID); in runStackFrameTest()
163 debuggeeWrapper.vmMirror.clearBreakpoint(breakpointRequestID); in runStackFrameTest()