Searched refs:clearBreakpoint (Results 1 – 6 of 6) sorted by relevance
67 function clearBreakpoint(dcp, breakpoint_id) { function138 clearBreakpoint(dcp, breakpoint1);169 clearBreakpoint(dcp, bp3);174 clearBreakpoint(dcp, bp4);184 clearBreakpoint(dcp, bp2);189 clearBreakpoint(dcp, bp5);
55 debuggeeWrapper.vmMirror.clearBreakpoint(breakpoint1); in testSetAndClearMultipleBreakpoint()56 debuggeeWrapper.vmMirror.clearBreakpoint(breakpoint2); in testSetAndClearMultipleBreakpoint()60 debuggeeWrapper.vmMirror.clearBreakpoint(breakpoint3); in testSetAndClearMultipleBreakpoint()99 debuggeeWrapper.vmMirror.clearBreakpoint(breakpoint1); in testSetMultipleBreakpoint()100 debuggeeWrapper.vmMirror.clearBreakpoint(breakpoint2); in testSetMultipleBreakpoint()
78 debuggeeWrapper.vmMirror.clearBreakpoint((int)requestID); in testSingleStepToLocation()
117 debuggeeWrapper.vmMirror.clearBreakpoint(requestID); in stopOnBreakpoint()
163 debuggeeWrapper.vmMirror.clearBreakpoint(breakpointRequestID); in runStackFrameTest()
321 public ReplyPacket clearBreakpoint(int requestID) { in clearBreakpoint() method in VmMirror