/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | CombinedEventsTest.java | 83 long debuggeeClassID = debuggeeWrapper.vmMirror in testCombinedEvents_01() 87 long threadID = debuggeeWrapper.vmMirror.getThreadID(debuggeeMainThreadName); in testCombinedEvents_01() 90 long runMethodID = debuggeeWrapper.vmMirror.getMethodID(debuggeeClassID, "run"); in testCombinedEvents_01() 95 … long testedMethodID = debuggeeWrapper.vmMirror.getMethodID(debuggeeClassID, methodForEvents); in testCombinedEvents_01() 115 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents_01() 121 reply = debuggeeWrapper.vmMirror in testCombinedEvents_01() 143 ReplyPacket setRequestReply = debuggeeWrapper.vmMirror in testCombinedEvents_01() 165 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_01() 171 clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_01() 176 debuggeeWrapper.vmMirror.resume(); in testCombinedEvents_01() [all …]
|
D | EventWithExceptionTest.java | 95 debuggeeWrapper.resume(); in testBreakpoint_BeforeException() 118 debuggeeWrapper.resume(); in testBreakpoint_BeforeException() 151 debuggeeWrapper.resume(); in testBreakpoint_UponException() 163 debuggeeWrapper.resume(); in testBreakpoint_UponException() 178 debuggeeWrapper.resume(); in testBreakpoint_UponException() 241 debuggeeWrapper.resume(); in runSingleStepTest() 257 debuggeeWrapper.resume(); in runSingleStepTest() 272 debuggeeWrapper.resume(); in runSingleStepTest() 310 debuggeeWrapper.resume(); in runFieldWatchpointTest() 331 debuggeeWrapper.resume(); in runFieldWatchpointTest() [all …]
|
D | MonitorWaitedTest.java | 45 debuggeeWrapper.vmMirror.setMonitorWaitedForClassOnly(monitorRefTypeID); in testMonitorWaitedForClassOnly() 58 debuggeeWrapper.vmMirror.setMonitorWaitedForClassMatch(classPattern); in testMonitorWaitedForClassMatchExact() 71 debuggeeWrapper.vmMirror.setMonitorWaitedForClassMatch(classPattern); in testMonitorWaitedForClassMatchFirst() 84 debuggeeWrapper.vmMirror.setMonitorWaitedForClassMatch(classPattern); in testMonitorWaitedForClassMatchSecond() 97 debuggeeWrapper.vmMirror.setMonitorWaitedForClassExclude(classPattern); in testMonitorWaitedForClassExclude() 112 receiveEvent = debuggeeWrapper.vmMirror.receiveEvent(); in verifyEvent() 128 long testedThreadID = debuggeeWrapper.vmMirror.getThreadID("main"); in verifyEvent() 134 long refID = debuggeeWrapper.vmMirror.getReferenceType(objID); in verifyEvent() 135 String actualSignature = debuggeeWrapper.vmMirror.getReferenceTypeSignature(refID); in verifyEvent()
|
D | MonitorWaitTest.java | 45 debuggeeWrapper.vmMirror.setMonitorWaitForClassOnly(monitorRefTypeID); in testMonitorWaitForClassOnly() 58 debuggeeWrapper.vmMirror.setMonitorWaitForClassMatch(classPattern); in testMonitorWaitForClassMatchExact() 71 debuggeeWrapper.vmMirror.setMonitorWaitForClassMatch(classPattern); in testMonitorWaitForClassMatchFirst() 84 debuggeeWrapper.vmMirror.setMonitorWaitForClassMatch(classPattern); in testMonitorWaitForClassMatchSecond() 97 debuggeeWrapper.vmMirror.setMonitorWaitForClassExclude(classPattern); in testMonitorWaitForClassExclude() 112 receiveEvent = debuggeeWrapper.vmMirror.receiveEvent(); in verifyEvent() 128 long testedThreadID = debuggeeWrapper.vmMirror.getThreadID("main"); in verifyEvent() 134 long refID = debuggeeWrapper.vmMirror.getReferenceType(objID); in verifyEvent() 135 String actualSignature = debuggeeWrapper.vmMirror.getReferenceTypeSignature(refID); in verifyEvent()
|
D | CombinedEvents003Test.java | 74 long debuggeeClassID = debuggeeWrapper.vmMirror in testCombinedEvents003_01() 78 long threadID = debuggeeWrapper.vmMirror.getThreadID(debuggeeMainThreadName); in testCombinedEvents003_01() 81 long runMethodID = debuggeeWrapper.vmMirror.getMethodID(debuggeeClassID, "run"); in testCombinedEvents003_01() 84 long dummyMethodID = debuggeeWrapper.vmMirror.getMethodID(debuggeeClassID, "dummyMethod"); in testCombinedEvents003_01() 89 … long testedMethodID = debuggeeWrapper.vmMirror.getMethodID(debuggeeClassID, methodForEvents); in testCombinedEvents003_01() 109 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents003_01() 115 reply = debuggeeWrapper.vmMirror in testCombinedEvents003_01() 122 reply = debuggeeWrapper.vmMirror in testCombinedEvents003_01() 144 ReplyPacket setRequestReply = debuggeeWrapper.vmMirror in testCombinedEvents003_01() 164 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents003_01() [all …]
|
D | SingleStepWithPendingExceptionTest.java | 68 debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.EXCEPTION); in testSingleStepWithPendingException() 83 int breakpointRequestId = debuggeeWrapper.vmMirror.setBreakpointAtMethodBegin(refTypeID, in testSingleStepWithPendingException() 87 debuggeeWrapper.resume(); in testSingleStepWithPendingException() 90 long threadId = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointRequestId); in testSingleStepWithPendingException() 96 debuggeeWrapper.resume(); in testSingleStepWithPendingException() 100 debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.SINGLE_STEP); in testSingleStepWithPendingException() 123 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException( in setCatchException() 131 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setStep(new String[0], threadId, in setSingleStepOut()
|
D | BreakpointMultipleTest.java | 56 debuggeeWrapper.vmMirror.clearBreakpoint(breakpoint1); in testSetAndClearMultipleBreakpoint() 57 debuggeeWrapper.vmMirror.clearBreakpoint(breakpoint2); in testSetAndClearMultipleBreakpoint() 61 debuggeeWrapper.vmMirror.clearBreakpoint(breakpoint3); in testSetAndClearMultipleBreakpoint() 88 CommandPacket event = debuggeeWrapper.vmMirror.receiveEvent(); in testSetMultipleBreakpoint() 100 debuggeeWrapper.vmMirror.clearBreakpoint(breakpoint1); in testSetMultipleBreakpoint() 101 debuggeeWrapper.vmMirror.clearBreakpoint(breakpoint2); in testSetMultipleBreakpoint() 114 VmMirror mirror = debuggeeWrapper.vmMirror; in setBreakpoint()
|
D | ClassPrepareTest.java | 58 ReplyPacket reply = debuggeeWrapper.vmMirror.setClassPrepared(class2prepareRegexp); in testClassPrepareEvent() 64 CommandPacket event = debuggeeWrapper.vmMirror.receiveEvent(); in testClassPrepareEvent() 86 if (!debuggeeWrapper.vmMirror.canUseSourceNameFilters()) { in testClassPrepareEventWithoutSourceDebugExtension() 96 …ReplyPacket reply = debuggeeWrapper.vmMirror.setClassPreparedForSourceNameMatch(expectedSourceName… in testClassPrepareEventWithoutSourceDebugExtension() 102 CommandPacket receiveEvent = debuggeeWrapper.vmMirror.receiveEvent(); in testClassPrepareEventWithoutSourceDebugExtension() 148 if (!debuggeeWrapper.vmMirror.canUseSourceNameFilters()) { in testClassPrepareEventWithSourceDebugExtension() 159 …ReplyPacket reply = debuggeeWrapper.vmMirror.setClassPreparedForSourceNameMatch(expectedSourceName… in testClassPrepareEventWithSourceDebugExtension() 167 receiveEvent = debuggeeWrapper.vmMirror.receiveEvent(); in testClassPrepareEventWithSourceDebugExtension()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPInvokeMethodSuspendedTwiceTestCase.java | 65 int breakpointEventThread = debuggeeWrapper.vmMirror.setBreakpointAtMethodBegin(classID, in runInvokeMethodTest() 73 long eventThreadOne = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointEventThread); in runInvokeMethodTest() 74 int suspendCount = debuggeeWrapper.vmMirror.getThreadSuspendCount(eventThreadOne); in runInvokeMethodTest() 78 debuggeeWrapper.vmMirror.clearBreakpoint(breakpointEventThread); in runInvokeMethodTest() 81 debuggeeWrapper.vmMirror.suspendThread(eventThreadOne); in runInvokeMethodTest() 82 suspendCount = debuggeeWrapper.vmMirror.getThreadSuspendCount(eventThreadOne); in runInvokeMethodTest() 97 invokeMethodCommandID = debuggeeWrapper.vmMirror.sendCommand(invokeMethodCommand); in runInvokeMethodTest() 107 invokeMethodReply = debuggeeWrapper.vmMirror.receiveReply(invokeMethodCommandID); in runInvokeMethodTest() 120 suspendCount = debuggeeWrapper.vmMirror.getThreadSuspendCount(eventThreadOne); in runInvokeMethodTest() 127 debuggeeWrapper.vmMirror.performCommand(anotherInvokeMethodCommand); in runInvokeMethodTest() [all …]
|
D | JDWPInvokeMethodWithSuspensionTestCase.java | 66 int breakpointEventThread = debuggeeWrapper.vmMirror.setBreakpointAtMethodBegin(classID, in runInvokeMethodTest() 72 int breakpointAllThreads = debuggeeWrapper.vmMirror.setBreakpointAtMethodBegin(classID, in runInvokeMethodTest() 80 long eventThreadOne = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointEventThread); in runInvokeMethodTest() 81 int suspendCount = debuggeeWrapper.vmMirror.getThreadSuspendCount(eventThreadOne); in runInvokeMethodTest() 96 invokeMethodCommandID = debuggeeWrapper.vmMirror.sendCommand(invokeMethodCommand); in runInvokeMethodTest() 103 long eventThreadTwo = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointAllThreads); in runInvokeMethodTest() 104 suspendCount = debuggeeWrapper.vmMirror.getThreadSuspendCount(eventThreadTwo); in runInvokeMethodTest() 109 suspendCount = debuggeeWrapper.vmMirror.getThreadSuspendCount(eventThreadOne); in runInvokeMethodTest() 116 debuggeeWrapper.vmMirror.performCommand(anotherInvokeMethodCommand); in runInvokeMethodTest() 131 invokeMethodReply = debuggeeWrapper.vmMirror.receiveReply(invokeMethodCommandID); in runInvokeMethodTest() [all …]
|
D | JDWPTestCase.java | 44 protected JDWPUnitDebuggeeWrapper debuggeeWrapper; field in JDWPTestCase 60 debuggeeWrapper = createDebuggeeWrapper(); in internalSetUp() 70 debuggeeWrapper.vmMirror.adjustTypeLength(); in internalSetUp() 89 debuggeeWrapper.setUpConnection(); in setUpDebuggeeWrapperConnection() 97 debuggeeWrapper.start(); in startDebuggeeWrapper() 107 debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.VM_INIT); in receiveInitialEvent() 118 if (debuggeeWrapper != null) { in internalTearDown() 119 debuggeeWrapper.stop(); in internalTearDown() 144 debuggeeWrapper.openConnection(); in openConnection() 146 debuggeeWrapper.vmMirror.adjustTypeLength(); in openConnection() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | PopFrames002Test.java | 72 if (!debuggeeWrapper.vmMirror.canPopFrames()) { in testPopSeveralFrames() 86 int requestID = debuggeeWrapper.vmMirror.setBreakpointAtMethodBegin( in testPopSeveralFrames() 94 long breakpointThreadID = debuggeeWrapper.vmMirror in testPopSeveralFrames() 163 debuggeeWrapper.vmMirror.resume(); in testPopSeveralFrames() 169 breakpointThreadID = debuggeeWrapper.vmMirror in testPopSeveralFrames() 173 debuggeeWrapper.vmMirror.resume(); in testPopSeveralFrames() 196 if (!debuggeeWrapper.vmMirror.canPopFrames()) { in testPopSeveralTimes() 209 int requestID = debuggeeWrapper.vmMirror.setBreakpointAtMethodBegin( in testPopSeveralTimes() 216 long breakpointThreadID = debuggeeWrapper.vmMirror in testPopSeveralTimes() 257 debuggeeWrapper.vmMirror.resume(); in testPopSeveralTimes() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Deoptimization/ |
D | DeoptimizationWithExceptionHandlingTest.java | 84 debuggeeWrapper.vmMirror.resume(); in runTestDeoptimizationWithExceptionHandling() 91 debuggeeWrapper.vmMirror.resume(); in runTestDeoptimizationWithExceptionHandling() 107 int requestID = debuggeeWrapper.vmMirror.setBreakpointAtMethodBegin(debuggeeClassID, in stopOnBreakpoint() 114 debuggeeWrapper.vmMirror.waitForBreakpoint(requestID); in stopOnBreakpoint() 117 debuggeeWrapper.vmMirror.clearBreakpoint(requestID); in stopOnBreakpoint() 121 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setMethodEntry(getDebuggeeClassName()); in installMethodEntry() 129 debuggeeWrapper.vmMirror.setException(exceptionClassSignature, true, false); in requestExceptionEvent() 137 EventPacket event = debuggeeWrapper.vmMirror.receiveCertainEvent(eventKind); in waitForExceptionEvent() 145 debuggeeWrapper.vmMirror.clearEvent(eventKind, requestID); in waitForExceptionEvent()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | InvokeMethod003Test.java | 56 long debuggeeTypeID = debuggeeWrapper.vmMirror.getClassID(debuggeeClassSig); in testInvokeMethod_toString() 68 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod_toString() 78 CommandPacket event = debuggeeWrapper.vmMirror.receiveEvent(); in testInvokeMethod_toString() 104 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod_toString() 109 … long receiverFieldID = debuggeeWrapper.vmMirror.getFieldID(debuggeeTypeID, "invokeReceiver"); in testInvokeMethod_toString() 119 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod_toString() 132 long testTypeID = debuggeeWrapper.vmMirror.getClassID(testClassSig); in testInvokeMethod_toString() 136 long objectTypeID = debuggeeWrapper.vmMirror.getClassID("Ljava/lang/Object;"); in testInvokeMethod_toString() 140 long targetMethodID = debuggeeWrapper.vmMirror.getMethodID(objectTypeID, "toString"); in testInvokeMethod_toString() 154 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod_toString() [all …]
|
D | InvokeMethodDefaultTest.java | 52 long debuggeeTypeID = debuggeeWrapper.vmMirror.getClassID(debuggeeClassSig); in testInvokeMethod() 64 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod() 74 CommandPacket event = debuggeeWrapper.vmMirror.receiveEvent(); in testInvokeMethod() 96 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.METHOD_ENTRY, requestID); in testInvokeMethod() 100 debuggeeWrapper.vmMirror.getFieldID(debuggeeTypeID, "invokeReceiver"); in testInvokeMethod() 104 …Value fieldValue = debuggeeWrapper.vmMirror.getReferenceTypeValue(debuggeeTypeID, receiverFieldID); in testInvokeMethod() 112 long testTypeID = debuggeeWrapper.vmMirror.getClassID(testClassSig); in testInvokeMethod() 116 long interfaceTypeID = debuggeeWrapper.vmMirror.getInterfaceID( in testInvokeMethod() 123 debuggeeWrapper.vmMirror.getMethodID(interfaceTypeID, "testDefaultMethod"); in testInvokeMethod() 142 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod() [all …]
|
D | InvokeMethodDefault002Test.java | 53 long debuggeeTypeID = debuggeeWrapper.vmMirror.getClassID(debuggeeClassSig); in testInvokeMethod() 65 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod() 75 CommandPacket event = debuggeeWrapper.vmMirror.receiveEvent(); in testInvokeMethod() 96 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.METHOD_ENTRY, requestID); in testInvokeMethod() 100 debuggeeWrapper.vmMirror.getFieldID(debuggeeTypeID, "invokeReceiver"); in testInvokeMethod() 104 …Value fieldValue = debuggeeWrapper.vmMirror.getReferenceTypeValue(debuggeeTypeID, receiverFieldID); in testInvokeMethod() 112 long testTypeID = debuggeeWrapper.vmMirror.getClassID(testClassSig); in testInvokeMethod() 116 long interfaceTypeID = debuggeeWrapper.vmMirror.getInterfaceID( in testInvokeMethod() 123 debuggeeWrapper.vmMirror.getMethodID(interfaceTypeID, "testDefaultMethod"); in testInvokeMethod() 142 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod() [all …]
|
D | InvokeMethod002Test.java | 54 long debuggeeTypeID = debuggeeWrapper.vmMirror.getClassID(debuggeeClassSig); in testInvokeMethod_null_argument() 66 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod_null_argument() 76 CommandPacket event = debuggeeWrapper.vmMirror.receiveEvent(); in testInvokeMethod_null_argument() 102 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod_null_argument() 107 … long receiverFieldID = debuggeeWrapper.vmMirror.getFieldID(debuggeeTypeID, "invokeReceiver"); in testInvokeMethod_null_argument() 117 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod_null_argument() 130 long testTypeID = debuggeeWrapper.vmMirror.getClassID(testClassSig); in testInvokeMethod_null_argument() 134 long targetMethodID = debuggeeWrapper.vmMirror.getMethodID(testTypeID, "testMethod"); in testInvokeMethod_null_argument() 150 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod_null_argument() 170 debuggeeWrapper.vmMirror.resume(); in testInvokeMethod_null_argument()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | InvokeMethodTest.java | 72 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 96 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 124 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 134 CommandPacket event = debuggeeWrapper.vmMirror.receiveEvent(); in testInvokeMethod001() 160 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 175 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 205 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 226 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 249 long debuggeeRefTypeID = debuggeeWrapper.vmMirror.getClassID(debuggeeSignature); in testInvokeMethod002() 259 debuggeeWrapper.vmMirror.getMethodID(debuggeeRefTypeID, testMethodName); in testInvokeMethod002() [all …]
|
D | NewInstanceTest.java | 70 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 92 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 121 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 131 CommandPacket event = debuggeeWrapper.vmMirror in testNewInstance001() 159 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 174 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 200 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 225 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 255 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 279 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance002() [all …]
|
D | NewInstance002Test.java | 55 long debuggeeTypeID = debuggeeWrapper.vmMirror.getClassID(debuggeeClassSig); in testNewInstance_null_argument() 67 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance_null_argument() 77 CommandPacket event = debuggeeWrapper.vmMirror.receiveEvent(); in testNewInstance_null_argument() 103 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance_null_argument() 109 long testTypeID = debuggeeWrapper.vmMirror.getClassID(testClassSig); in testNewInstance_null_argument() 113 long targetMethodID = debuggeeWrapper.vmMirror.getMethodID(testTypeID, "<init>"); in testNewInstance_null_argument() 128 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance_null_argument() 150 debuggeeWrapper.vmMirror.resume(); in testNewInstance_null_argument()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | SuspendCountTest.java | 95 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testSuspendCount001() 116 threadName = debuggeeWrapper.vmMirror.getThreadName(threadID); in testSuspendCount001() 143 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 165 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 180 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 198 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 208 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 233 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 248 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 312 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() [all …]
|
D | FramesTest.java | 77 threadID = debuggeeWrapper.vmMirror.getThreadID(testedThreadName); in testFrames005() 79 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames005() 110 debuggeeWrapper.vmMirror.resumeThread(threadID); in testFrames005() 131 threadID = debuggeeWrapper.vmMirror.getThreadID(testedThreadName); in testFrames004() 133 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames004() 165 debuggeeWrapper.vmMirror.resumeThread(threadID); in testFrames004() 186 threadID = debuggeeWrapper.vmMirror.getThreadID(testedThreadName); in testFrames003() 188 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames003() 220 debuggeeWrapper.vmMirror.resumeThread(threadID); in testFrames003() 246 threadID = debuggeeWrapper.vmMirror.getThreadID(testedThreadName); in testFrames002() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/ |
D | ChildrenTest.java | 64 long threadID = debuggeeWrapper.vmMirror.getThreadID(NameDebuggee.TESTED_THREAD); in testChildren001() 76 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testChildren001() 87 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testChildren001() 91 + debuggeeWrapper.vmMirror.getThreadGroupName(groupID) in testChildren001() 101 String threadName = debuggeeWrapper.vmMirror.getThreadName(childThreadID); in testChildren001() 124 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID); in testChildren001() 179 long threadID = debuggeeWrapper.vmMirror.getThreadID(NameDebuggee.TESTED_THREAD); in testChildren_InvalidThreadGroup() 193 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in checkCommandError()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | HoldEventsTest.java | 62 debuggeeWrapper.vmMirror.setThreadStart(JDWPConstants.SuspendPolicy.ALL); in testHoldEvents001() 70 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testHoldEvents001() 77 EventPacket event = debuggeeWrapper.vmMirror.receiveEvent(settings.getTimeout()); in testHoldEvents001() 90 debuggeeWrapper.vmMirror.performCommand(packet); in testHoldEvents001() 92 …EventPacket event = debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.THREAD_ST… in testHoldEvents001() 94 debuggeeWrapper.vmMirror.resume(); in testHoldEvents001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/ |
D | InvokeMethodTest.java | 49 long debuggeeTypeID = debuggeeWrapper.vmMirror.getClassID(debuggeeClassSig); in testInvokeMethodStatic() 61 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethodStatic() 71 CommandPacket event = debuggeeWrapper.vmMirror.receiveEvent(); in testInvokeMethodStatic() 92 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.METHOD_ENTRY, requestID); in testInvokeMethodStatic() 97 debuggeeWrapper.vmMirror.getInterfaceID(debuggeeInterfaceSig); in testInvokeMethodStatic() 99 long targetMethodID = debuggeeWrapper.vmMirror.getMethodID(debuggeeInterfaceTypeID, in testInvokeMethodStatic() 116 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethodStatic() 156 debuggeeWrapper.vmMirror.resume(); in testInvokeMethodStatic()
|