Searched refs:waitForBreakpoint (Results 1 – 19 of 19) sorted by relevance
95 .waitForBreakpoint(requestID); in testPopSeveralFrames()170 .waitForBreakpoint(requestID); in testPopSeveralFrames()217 .waitForBreakpoint(requestID); in testPopSeveralTimes()264 .waitForBreakpoint(requestID); in testPopSeveralTimes()312 .waitForBreakpoint(requestID); in testPopFramesWithInvokeMethods()
84 .waitForBreakpoint(requestID); in testPopFramesTest001()162 .waitForBreakpoint(requestID); in testPopFramesTest001()
80 long eventThreadOne = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointEventThread); in runInvokeMethodTest()103 long eventThreadTwo = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointAllThreads); in runInvokeMethodTest()
70 long eventThreadId = debuggeeWrapper.vmMirror.waitForBreakpoint( in stopInProxyMethod()
73 long eventThreadOne = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointEventThread); in runInvokeMethodTest()
168 long eventThreadID = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointReqID); in testBreakpointIn()
90 long threadId = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointRequestId); in testSingleStepWithPendingException()
76 long eventThreadID = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointReqID); in test()
118 .waitForBreakpoint(requestID); in stepFunction()
72 .waitForBreakpoint(requestID); in testSingleStepToLocation()
80 .waitForBreakpoint(breakpointRequestID); in testSingleStepIntoThroughReflection()
234 long threadID = debuggeeWrapper.vmMirror.waitForBreakpoint(requestID); in testCombinedEvents_02()488 long threadID = debuggeeWrapper.vmMirror.waitForBreakpoint(requestID); in testCombinedEvents_04()
83 breakpointThreadID = debuggeeWrapper.vmMirror.waitForBreakpoint(requestID); in testDebugger()
71 long threadID = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointID); in testDisposeDuringInvoke()
91 long eventThreadID = debuggeeWrapper.vmMirror.waitForBreakpoint(requestID); in waitBreakpointHits()
114 debuggeeWrapper.vmMirror.waitForBreakpoint(requestID); in stopOnBreakpoint()
98 long threadId = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointRequestId); in checkNewInstanceTag()
84 .waitForBreakpoint(requestID); in stepFunction()
216 public long waitForBreakpoint(int requestID) { in waitForBreakpoint() method in VmMirror