Searched refs:waitForBreakpoint (Results 1 – 18 of 18) sorted by relevance
94 .waitForBreakpoint(requestID); in testPopSeveralFrames()169 .waitForBreakpoint(requestID); in testPopSeveralFrames()216 .waitForBreakpoint(requestID); in testPopSeveralTimes()263 .waitForBreakpoint(requestID); in testPopSeveralTimes()311 .waitForBreakpoint(requestID); in testPopFramesWithInvokeMethods()
83 .waitForBreakpoint(requestID); in testPopFramesTest001()161 .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()
122 .waitForBreakpoint(requestID); in stepFunction()
73 .waitForBreakpoint(requestID); in testSingleStepToLocation()
83 .waitForBreakpoint(breakpointRequestID); in testSingleStepIntoThroughReflection()
235 long threadID = debuggeeWrapper.vmMirror.waitForBreakpoint(requestID); in testCombinedEvents_02()489 long threadID = debuggeeWrapper.vmMirror.waitForBreakpoint(requestID); in testCombinedEvents_04()
82 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()
88 .waitForBreakpoint(requestID); in stepFunction()
274 public long waitForBreakpoint(int requestID) { in waitForBreakpoint() method in VmMirror