Searched refs:setBreakpoint (Results 1 – 8 of 8) sorted by relevance
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | BreakpointMultipleTest.java | 51 int breakpoint1 = setBreakpoint(classID); in testSetAndClearMultipleBreakpoint() 52 int breakpoint2 = setBreakpoint(classID); in testSetAndClearMultipleBreakpoint() 59 int breakpoint3 = setBreakpoint(classID); in testSetAndClearMultipleBreakpoint() 81 int breakpoint1 = setBreakpoint(classID); in testSetMultipleBreakpoint() 82 int breakpoint2 = setBreakpoint(classID); in testSetMultipleBreakpoint() 112 private int setBreakpoint(long classID) { in setBreakpoint() method in BreakpointMultipleTest
|
D | EventWithExceptionTest.java | 101 int breakpointRequestId = setBreakpoint(catchHandlerLocation); in testBreakpoint_BeforeException() 161 int breakpointRequestId = setBreakpoint(catchHandlerLocation); in testBreakpoint_UponException() 428 private int setBreakpoint(Location catchHandlerLocation) { in setBreakpoint() method in EventWithExceptionTest 431 debuggeeWrapper.vmMirror.setBreakpoint(catchHandlerLocation); in setBreakpoint()
|
D | BreakpointOnCatchTest.java | 108 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setBreakpoint(location); in requestBreakpointEvent()
|
D | CombinedEventsTest.java | 114 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents_01() 249 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents_02() 636 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents_05() 795 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents_06()
|
D | CombinedEvents003Test.java | 108 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents003_01()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | Resume002Test.java | 81 ReplyPacket breakpointReply = debuggeeWrapper.vmMirror.setBreakpoint(location, in installBreakpoint()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | VmMirror.java | 107 public ReplyPacket setBreakpoint(byte typeTag, Breakpoint breakpoint) { in setBreakpoint() method in VmMirror 109 return setBreakpoint(typeTag, breakpoint, in setBreakpoint() 122 public ReplyPacket setBreakpoint(byte typeTag, Breakpoint breakpoint, in setBreakpoint() method in VmMirror 135 return setBreakpoint(location, suspendPolicy); in setBreakpoint() 145 public ReplyPacket setBreakpoint(Location location) { in setBreakpoint() method in VmMirror 147 return setBreakpoint(location, JDWPConstants.SuspendPolicy.ALL); in setBreakpoint() 159 public ReplyPacket setBreakpoint(Location location, byte suspendPolicy) { in setBreakpoint() method in VmMirror 261 ReplyPacket reply = setBreakpoint(breakpointLocation, suspendPolicy); in setBreakpointAtMethodBegin()
|
/external/v8/ |
D | ChangeLog | 11440 Extended setBreakpoint API to accept partial script name (issue 1418). 12584 Provide actual breakpoints locations in response to setBreakpoint
|