Home
last modified time | relevance | path

Searched refs:debuggeeWrapper (Results 1 – 25 of 182) sorted by relevance

12345678

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTest.java82 long debuggeeClassID = debuggeeWrapper.vmMirror in testCombinedEvents_01()
86 long threadID = debuggeeWrapper.vmMirror.getThreadID(debuggeeMainThreadName); in testCombinedEvents_01()
89 long runMethodID = debuggeeWrapper.vmMirror.getMethodID(debuggeeClassID, "run"); in testCombinedEvents_01()
94 … long testedMethodID = debuggeeWrapper.vmMirror.getMethodID(debuggeeClassID, methodForEvents); in testCombinedEvents_01()
114 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents_01()
120 reply = debuggeeWrapper.vmMirror in testCombinedEvents_01()
142 ReplyPacket setRequestReply = debuggeeWrapper.vmMirror in testCombinedEvents_01()
164 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_01()
170 clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_01()
175 debuggeeWrapper.vmMirror.resume(); in testCombinedEvents_01()
[all …]
DClassPrepareTest.java57 ReplyPacket reply = debuggeeWrapper.vmMirror.setClassPrepared(class2prepareRegexp); in testClassPrepareEvent()
63 CommandPacket event = debuggeeWrapper.vmMirror.receiveEvent(); in testClassPrepareEvent()
85 debuggeeWrapper.vmMirror.capabilities(); in testClassPrepareEventWithoutSourceDebugExtension()
86 if (!debuggeeWrapper.vmMirror.targetVMCapabilities.canUseSourceNameFilters) { in testClassPrepareEventWithoutSourceDebugExtension()
96 …ReplyPacket reply = debuggeeWrapper.vmMirror.setClassPreparedForSourceNameMatch(expectedSourceName… in testClassPrepareEventWithoutSourceDebugExtension()
102 CommandPacket receiveEvent = debuggeeWrapper.vmMirror.receiveEvent(); in testClassPrepareEventWithoutSourceDebugExtension()
148 debuggeeWrapper.vmMirror.capabilities(); in testClassPrepareEventWithSourceDebugExtension()
149 if (!debuggeeWrapper.vmMirror.targetVMCapabilities.canUseSourceNameFilters) { in testClassPrepareEventWithSourceDebugExtension()
160 …ReplyPacket reply = debuggeeWrapper.vmMirror.setClassPreparedForSourceNameMatch(expectedSourceName… in testClassPrepareEventWithSourceDebugExtension()
168 receiveEvent = debuggeeWrapper.vmMirror.receiveEvent(); in testClassPrepareEventWithSourceDebugExtension()
DMonitorWaitTest.java44 debuggeeWrapper.vmMirror.setMonitorWaitForClassOnly(monitorRefTypeID); in testMonitorWaitForClassOnly()
57 debuggeeWrapper.vmMirror.setMonitorWaitForClassMatch(classPattern); in testMonitorWaitForClassMatchExact()
70 debuggeeWrapper.vmMirror.setMonitorWaitForClassMatch(classPattern); in testMonitorWaitForClassMatchFirst()
83 debuggeeWrapper.vmMirror.setMonitorWaitForClassMatch(classPattern); in testMonitorWaitForClassMatchSecond()
96 debuggeeWrapper.vmMirror.setMonitorWaitForClassExclude(classPattern); in testMonitorWaitForClassExclude()
111 receiveEvent = debuggeeWrapper.vmMirror.receiveEvent(); in verifyEvent()
127 long testedThreadID = debuggeeWrapper.vmMirror.getThreadID("main"); in verifyEvent()
133 long refID = debuggeeWrapper.vmMirror.getReferenceType(objID); in verifyEvent()
134 String actualSignature = debuggeeWrapper.vmMirror.getReferenceTypeSignature(refID); in verifyEvent()
DMonitorWaitedTest.java44 debuggeeWrapper.vmMirror.setMonitorWaitedForClassOnly(monitorRefTypeID); in testMonitorWaitedForClassOnly()
57 debuggeeWrapper.vmMirror.setMonitorWaitedForClassMatch(classPattern); in testMonitorWaitedForClassMatchExact()
70 debuggeeWrapper.vmMirror.setMonitorWaitedForClassMatch(classPattern); in testMonitorWaitedForClassMatchFirst()
83 debuggeeWrapper.vmMirror.setMonitorWaitedForClassMatch(classPattern); in testMonitorWaitedForClassMatchSecond()
96 debuggeeWrapper.vmMirror.setMonitorWaitedForClassExclude(classPattern); in testMonitorWaitedForClassExclude()
111 receiveEvent = debuggeeWrapper.vmMirror.receiveEvent(); in verifyEvent()
127 long testedThreadID = debuggeeWrapper.vmMirror.getThreadID("main"); in verifyEvent()
133 long refID = debuggeeWrapper.vmMirror.getReferenceType(objID); in verifyEvent()
134 String actualSignature = debuggeeWrapper.vmMirror.getReferenceTypeSignature(refID); in verifyEvent()
DCombinedEvents003Test.java73 long debuggeeClassID = debuggeeWrapper.vmMirror in testCombinedEvents003_01()
77 long threadID = debuggeeWrapper.vmMirror.getThreadID(debuggeeMainThreadName); in testCombinedEvents003_01()
80 long runMethodID = debuggeeWrapper.vmMirror.getMethodID(debuggeeClassID, "run"); in testCombinedEvents003_01()
83 long dummyMethodID = debuggeeWrapper.vmMirror.getMethodID(debuggeeClassID, "dummyMethod"); in testCombinedEvents003_01()
88 … long testedMethodID = debuggeeWrapper.vmMirror.getMethodID(debuggeeClassID, methodForEvents); in testCombinedEvents003_01()
108 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents003_01()
114 reply = debuggeeWrapper.vmMirror in testCombinedEvents003_01()
121 reply = debuggeeWrapper.vmMirror in testCombinedEvents003_01()
143 ReplyPacket setRequestReply = debuggeeWrapper.vmMirror in testCombinedEvents003_01()
163 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents003_01()
[all …]
DBreakpointMultipleTest.java55 debuggeeWrapper.vmMirror.clearBreakpoint(breakpoint1); in testSetAndClearMultipleBreakpoint()
56 debuggeeWrapper.vmMirror.clearBreakpoint(breakpoint2); in testSetAndClearMultipleBreakpoint()
60 debuggeeWrapper.vmMirror.clearBreakpoint(breakpoint3); in testSetAndClearMultipleBreakpoint()
87 CommandPacket event = debuggeeWrapper.vmMirror.receiveEvent(); in testSetMultipleBreakpoint()
99 debuggeeWrapper.vmMirror.clearBreakpoint(breakpoint1); in testSetMultipleBreakpoint()
100 debuggeeWrapper.vmMirror.clearBreakpoint(breakpoint2); in testSetMultipleBreakpoint()
113 VmMirror mirror = debuggeeWrapper.vmMirror; in setBreakpoint()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPInvokeMethodWithSuspensionTestCase.java66 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 …]
DJDWPTestCase.java44 protected JDWPUnitDebuggeeWrapper debuggeeWrapper; field in JDWPTestCase
59 debuggeeWrapper = createDebuggeeWrapper(); in internalSetUp()
60 beforeDebuggeeStart(debuggeeWrapper); in internalSetUp()
67 debuggeeWrapper.vmMirror.adjustTypeLength(); in internalSetUp()
86 debuggeeWrapper.start(); in startDebuggeeWrapper()
96 debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.VM_INIT); in receiveInitialEvent()
106 if (debuggeeWrapper != null) { in internalTearDown()
107 debuggeeWrapper.stop(); in internalTearDown()
116 protected void beforeDebuggeeStart(JDWPUnitDebuggeeWrapper debuggeeWrapper) { in beforeDebuggeeStart() argument
125 debuggeeWrapper.openConnection(); in openConnection()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DPopFrames002Test.java71 debuggeeWrapper.vmMirror.capabilities(); in testPopSeveralFrames()
72 boolean isCapability = debuggeeWrapper.vmMirror.targetVMCapabilities.canPopFrames; in testPopSeveralFrames()
87 int requestID = debuggeeWrapper.vmMirror.setBreakpointAtMethodBegin( in testPopSeveralFrames()
95 long breakpointThreadID = debuggeeWrapper.vmMirror in testPopSeveralFrames()
164 debuggeeWrapper.vmMirror.resume(); in testPopSeveralFrames()
170 breakpointThreadID = debuggeeWrapper.vmMirror in testPopSeveralFrames()
174 debuggeeWrapper.vmMirror.resume(); in testPopSeveralFrames()
197 debuggeeWrapper.vmMirror.capabilities(); in testPopSeveralTimes()
198 boolean isCapability = debuggeeWrapper.vmMirror.targetVMCapabilities.canPopFrames; in testPopSeveralTimes()
212 int requestID = debuggeeWrapper.vmMirror.setBreakpointAtMethodBegin( in testPopSeveralTimes()
[all …]
DPopFramesTest.java62 debuggeeWrapper.vmMirror.capabilities(); in testPopFramesTest001()
63 boolean isCapability = debuggeeWrapper.vmMirror.targetVMCapabilities.canPopFrames; in testPopFramesTest001()
77 int requestID = debuggeeWrapper.vmMirror.setBreakpointAtMethodBegin( in testPopFramesTest001()
84 long breakpointThreadID = debuggeeWrapper.vmMirror in testPopFramesTest001()
131 ReplyPacket err = debuggeeWrapper.vmMirror in testPopFramesTest001()
159 debuggeeWrapper.vmMirror.resume(); in testPopFramesTest001()
162 breakpointThreadID = debuggeeWrapper.vmMirror in testPopFramesTest001()
166 debuggeeWrapper.vmMirror.resume(); in testPopFramesTest001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Deoptimization/
DDeoptimizationWithExceptionHandlingTest.java84 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/ReferenceType/
DInstancesTest.java63 debuggeeWrapper.vmMirror.capabilities(); in runTestInstances()
64 boolean isCapability = debuggeeWrapper.vmMirror.targetVMCapabilities.canGetInstanceInfo; in runTestInstances()
79 long reachableObjNumID = debuggeeWrapper.vmMirror.getFieldID( in runTestInstances()
84 Value[] values = debuggeeWrapper.vmMirror.getReferenceTypeValues( in runTestInstances()
105 ReplyPacket checkedReply = debuggeeWrapper.vmMirror in runTestInstances()
129 long mockClassFieldID = debuggeeWrapper.vmMirror.getFieldID( in runTestInstances()
139 values = debuggeeWrapper.vmMirror.getObjectReferenceValues( in runTestInstances()
222 debuggeeWrapper.vmMirror.capabilities(); in testInstances_String()
223 boolean isCapability = debuggeeWrapper.vmMirror.targetVMCapabilities.canGetInstanceInfo; in testInstances_String()
246 ReplyPacket checkedReply = debuggeeWrapper.vmMirror in testInstances_String()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethod003Test.java55 long debuggeeTypeID = debuggeeWrapper.vmMirror.getClassID(debuggeeClassSig); in testInvokeMethod_toString()
67 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod_toString()
77 CommandPacket event = debuggeeWrapper.vmMirror.receiveEvent(); in testInvokeMethod_toString()
103 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod_toString()
108 … long receiverFieldID = debuggeeWrapper.vmMirror.getFieldID(debuggeeTypeID, "invokeReceiver"); in testInvokeMethod_toString()
118 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod_toString()
131 long testTypeID = debuggeeWrapper.vmMirror.getClassID(testClassSig); in testInvokeMethod_toString()
135 long objectTypeID = debuggeeWrapper.vmMirror.getClassID("Ljava/lang/Object;"); in testInvokeMethod_toString()
139 long targetMethodID = debuggeeWrapper.vmMirror.getMethodID(objectTypeID, "toString"); in testInvokeMethod_toString()
153 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod_toString()
[all …]
DInvokeMethod002Test.java53 long debuggeeTypeID = debuggeeWrapper.vmMirror.getClassID(debuggeeClassSig); in testInvokeMethod_null_argument()
65 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod_null_argument()
75 CommandPacket event = debuggeeWrapper.vmMirror.receiveEvent(); in testInvokeMethod_null_argument()
101 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod_null_argument()
106 … long receiverFieldID = debuggeeWrapper.vmMirror.getFieldID(debuggeeTypeID, "invokeReceiver"); in testInvokeMethod_null_argument()
116 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod_null_argument()
129 long testTypeID = debuggeeWrapper.vmMirror.getClassID(testClassSig); in testInvokeMethod_null_argument()
133 long targetMethodID = debuggeeWrapper.vmMirror.getMethodID(testTypeID, "testMethod"); in testInvokeMethod_null_argument()
149 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod_null_argument()
169 debuggeeWrapper.vmMirror.resume(); in testInvokeMethod_null_argument()
DReferringObjectsTest.java55 debuggeeWrapper.vmMirror.capabilities(); in isCapability()
56 boolean isCapability = debuggeeWrapper.vmMirror.targetVMCapabilities.canGetInstanceInfo; in isCapability()
115 long referringObjNumID = debuggeeWrapper.vmMirror.getFieldID( in DoTestReferringObjects()
119 Value[] values = debuggeeWrapper.vmMirror.getReferenceTypeValues( in DoTestReferringObjects()
138 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(InstancesCommand); in DoTestReferringObjects()
156 checkedReply = debuggeeWrapper.vmMirror in DoTestReferringObjects()
165 long referrerFieldID = debuggeeWrapper.vmMirror.getFieldID( in DoTestReferringObjects()
177 values = debuggeeWrapper.vmMirror.getObjectReferenceValues( in DoTestReferringObjects()
220 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(InstancesCommand); in testReferringObjects_IllegalArgument()
238 checkedReply = debuggeeWrapper.vmMirror in testReferringObjects_IllegalArgument()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DCurrentContendedMonitorTest.java61 debuggeeWrapper.vmMirror.capabilities(); in testCurrentContendedMonitor001()
63 boolean isCapability = debuggeeWrapper.vmMirror.targetVMCapabilities.canGetMonitorInfo; in testCurrentContendedMonitor001()
69 isCapability = debuggeeWrapper.vmMirror.targetVMCapabilities.canGetCurrentContendedMonitor; in testCurrentContendedMonitor001()
80 debuggeeWrapper.vmMirror.getThreadID(CurrentContendedMonitorDebuggee.TESTED_THREAD); in testCurrentContendedMonitor001()
83 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testCurrentContendedMonitor001()
91 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testCurrentContendedMonitor001()
104 ReplyPacket replyObj = debuggeeWrapper.vmMirror.performCommand(packet); in testCurrentContendedMonitor001()
114 waiterName = debuggeeWrapper.vmMirror.getThreadName(waiterID); in testCurrentContendedMonitor001()
133 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testCurrentContendedMonitor001()
DOwnedMonitorsStackDepthInfoTest.java44 debuggeeWrapper.vmMirror.capabilities(); in isCapability()
45 boolean isCapability = debuggeeWrapper.vmMirror.targetVMCapabilities.canGetMonitorFrameInfo; in isCapability()
54 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpGetFrameCount()
87 long testedThreadID = debuggeeWrapper.vmMirror in testOwnedMonitorsStackDepthInfo()
99 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testOwnedMonitorsStackDepthInfo()
109 ReplyPacket stackDepthReply = debuggeeWrapper.vmMirror.performCommand(stackDepthPacket); in testOwnedMonitorsStackDepthInfo()
140 … ReplyPacket monitorInfoReply = debuggeeWrapper.vmMirror.performCommand(monitorInfoPacket); in testOwnedMonitorsStackDepthInfo()
176 long testedThreadID = debuggeeWrapper.vmMirror in testOwnedMonitorsStackDepthInfo_Unsuspended()
186 ReplyPacket checkedReply = debuggeeWrapper.vmMirror in testOwnedMonitorsStackDepthInfo_Unsuspended()
DOwnedMonitorsTest.java65 debuggeeWrapper.vmMirror.capabilities(); in testOwnedMonitors001()
66 boolean isCapability = debuggeeWrapper.vmMirror.targetVMCapabilities.canGetOwnedMonitorInfo; in testOwnedMonitors001()
77 debuggeeWrapper.vmMirror.getThreadID(OwnedMonitorsDebuggee.TESTED_THREAD); in testOwnedMonitors001()
80 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testOwnedMonitors001()
87 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testOwnedMonitors001()
107 ReplyPacket replyObj = debuggeeWrapper.vmMirror.performCommand(packet); in testOwnedMonitors001()
113 ownerName = debuggeeWrapper.vmMirror.getThreadName(ownerThread); in testOwnedMonitors001()
DSuspendCountTest.java94 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testSuspendCount001()
115 threadName = debuggeeWrapper.vmMirror.getThreadName(threadID); in testSuspendCount001()
142 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001()
164 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001()
179 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001()
197 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001()
207 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001()
232 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001()
247 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001()
311 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001()
[all …]
DForceEarlyReturn006Test.java43 debuggeeWrapper.vmMirror.capabilities(); in isCapability()
44 boolean isCapability = debuggeeWrapper.vmMirror.targetVMCapabilities.canForceEarlyReturn; in isCapability()
59 ReplyPacket checkedReply = debuggeeWrapper.vmMirror in getObjectID()
106 long testedThreadID = debuggeeWrapper.vmMirror in testForceEarlyReturn_ReturnObject()
113 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnObject()
125 ReplyPacket forceEarlyReturnReply = debuggeeWrapper.vmMirror in testForceEarlyReturn_ReturnObject()
135 debuggeeWrapper.vmMirror.resumeThread(testedThreadID); in testForceEarlyReturn_ReturnObject()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DInvokeMethodTest.java71 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001()
95 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001()
123 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001()
133 CommandPacket event = debuggeeWrapper.vmMirror.receiveEvent(); in testInvokeMethod001()
159 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001()
174 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001()
204 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001()
225 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001()
248 long debuggeeRefTypeID = debuggeeWrapper.vmMirror.getClassID(debuggeeSignature); in testInvokeMethod002()
258 debuggeeWrapper.vmMirror.getMethodID(debuggeeRefTypeID, testMethodName); in testInvokeMethod002()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DJDWPEventModifierTestCase.java34 long classID = debuggeeWrapper.vmMirror.getClassID(classSignature); in getFieldValue()
37 long fieldID = debuggeeWrapper.vmMirror.getFieldID(classID, fieldName); in getFieldValue()
42 Value[] fieldValues = debuggeeWrapper.vmMirror.getReferenceTypeValues( in getFieldValue()
60 long typeID = debuggeeWrapper.vmMirror.getTypeID(breakpoint.className, typeTag); in createBreakpointEventBuilder()
82 long exceptionClassID = debuggeeWrapper.vmMirror.getClassID( in createExceptionEventBuilder()
192 long typeID = debuggeeWrapper.vmMirror.getTypeID(typeSignature, typeTag); in createFieldEventBuilder()
194 long fieldID = debuggeeWrapper.vmMirror.getFieldID(typeID, fieldName); in createFieldEventBuilder()
210 ReplyPacket reply = debuggeeWrapper.vmMirror.setEvent(event); in requestEvent()
231 EventPacket eventPacket = debuggeeWrapper.vmMirror.receiveCertainEvent( in waitForEvent()
263 boolean result = debuggeeWrapper.vmMirror.canWatchFieldAccess(); in canWatchFieldAccessCapability()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
DChildrenTest.java63 long threadID = debuggeeWrapper.vmMirror.getThreadID(NameDebuggee.TESTED_THREAD); in testChildren001()
75 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testChildren001()
86 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testChildren001()
90 + debuggeeWrapper.vmMirror.getThreadGroupName(groupID) in testChildren001()
100 String threadName = debuggeeWrapper.vmMirror.getThreadName(childThreadID); in testChildren001()
123 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID); in testChildren001()
178 long threadID = debuggeeWrapper.vmMirror.getThreadID(NameDebuggee.TESTED_THREAD); in testChildren_InvalidThreadGroup()
192 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in checkCommandError()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
DMethodEntryExitTest.java65 long classID = debuggeeWrapper.vmMirror.getClassID(DEBUGGEE_SIGNATURE); in testMethodEvent001()
69 debuggeeWrapper.vmMirror.setBreakpointAtMethodBegin( in testMethodEvent001()
73 debuggeeWrapper.vmMirror in testMethodEvent001()
77 debuggeeWrapper.vmMirror.setMethodExit(classNameRegexp); in testMethodEvent001()
98 event = debuggeeWrapper.vmMirror.receiveEvent(); in testMethodEvent001()
142 protected void beforeDebuggeeStart(JDWPUnitDebuggeeWrapper debuggeeWrapper) { in beforeDebuggeeStart() argument
148 super.beforeDebuggeeStart(debuggeeWrapper); in beforeDebuggeeStart()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DHoldEventsTest.java61 debuggeeWrapper.vmMirror.setThreadStart(); in testHoldEvents001()
69 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testHoldEvents001()
76 EventPacket event = debuggeeWrapper.vmMirror.receiveEvent(settings.getTimeout()); in testHoldEvents001()
89 debuggeeWrapper.vmMirror.performCommand(packet); in testHoldEvents001()
91 …EventPacket event = debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.THREAD_ST… in testHoldEvents001()
93 debuggeeWrapper.vmMirror.resume(); in testHoldEvents001()

12345678