Home
last modified time | relevance | path

Searched refs:setBreakpoint (Results 1 – 14 of 14) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DBreakpointMultipleTest.java52 int breakpoint1 = setBreakpoint(classID); in testSetAndClearMultipleBreakpoint()
53 int breakpoint2 = setBreakpoint(classID); in testSetAndClearMultipleBreakpoint()
60 int breakpoint3 = setBreakpoint(classID); in testSetAndClearMultipleBreakpoint()
82 int breakpoint1 = setBreakpoint(classID); in testSetMultipleBreakpoint()
83 int breakpoint2 = setBreakpoint(classID); in testSetMultipleBreakpoint()
113 private int setBreakpoint(long classID) { in setBreakpoint() method in BreakpointMultipleTest
DEventWithExceptionTest.java101 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()
DBreakpointOnCatchTest.java107 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setBreakpoint(location); in requestBreakpointEvent()
DCombinedEventsTest.java115 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents_01()
250 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents_02()
637 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents_05()
796 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents_06()
DCombinedEvents003Test.java109 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents003_01()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DResume002Test.java81 ReplyPacket breakpointReply = debuggeeWrapper.vmMirror.setBreakpoint(location, in installBreakpoint()
/external/v8/src/inspector/
Dv8-debugger.h36 String16 setBreakpoint(const ScriptBreakpoint&, int* actualLineNumber,
Dv8-debugger-agent-impl.h55 Response setBreakpoint(
Ddebugger-script.js109 DebuggerScript.setBreakpoint = function(execState, info) function
Dv8-debugger-agent-impl.cc314 Response V8DebuggerAgentImpl::setBreakpoint( in setBreakpoint() function in v8_inspector::V8DebuggerAgentImpl
416 m_continueToLocationBreakpointId = m_debugger->setBreakpoint( in continueToLocation()
479 String16 debuggerBreakpointId = m_debugger->setBreakpoint( in resolveBreakpoint()
Dv8-debugger.cc223 String16 V8Debugger::setBreakpoint(const ScriptBreakpoint& breakpoint, in setBreakpoint() function in v8_inspector::V8Debugger
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java107 public ReplyPacket setBreakpoint(Location location) { in setBreakpoint() method in VmMirror
108 return setBreakpoint(location, JDWPConstants.SuspendPolicy.ALL); in setBreakpoint()
120 public ReplyPacket setBreakpoint(Location location, byte suspendPolicy) { in setBreakpoint() method in VmMirror
203 ReplyPacket reply = setBreakpoint(breakpointLocation, suspendPolicy); in setBreakpointAtMethodBegin()
/external/r8/src/test/java/com/android/tools/r8/debug/
DDebugTestBase.java870 .setBreakpoint(new Location(typeTag, classId, breakpointMethodId, index),
/external/v8/
DChangeLog26591 Extended setBreakpoint API to accept partial script name (issue 1418).
27735 Provide actual breakpoints locations in response to setBreakpoint