Home
last modified time | relevance | path

Searched refs:setBreakpoint (Results 1 – 15 of 15) 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.java113 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents_01()
248 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents_02()
635 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents_05()
794 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents_06()
DCombinedEvents003Test.java107 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents003_01()
/external/v8/src/inspector/
Dv8-debugger-script.h89 virtual bool setBreakpoint(const String16& condition,
Dv8-debugger-script.cc208 bool setBreakpoint(const String16& condition, v8::debug::Location* location, in setBreakpoint() function in v8_inspector::__anon24d1094a0111::ActualScript
369 bool setBreakpoint(const String16& condition, v8::debug::Location* location, in setBreakpoint() function in v8_inspector::__anon24d1094a0111::WasmVirtualScript
439 bool V8DebuggerScript::setBreakpoint(const String16& condition, in setBreakpoint() function in v8_inspector::V8DebuggerScript
Dv8-debugger-agent-impl.h55 Response setBreakpoint(
Dv8-debugger-agent-impl.cc538 Response V8DebuggerAgentImpl::setBreakpoint( in setBreakpoint() function in v8_inspector::V8DebuggerAgentImpl
801 if (!script->setBreakpoint(condition, &location, &debuggerBreakpointId)) { in setBreakpointImpl()
Dv8-debugger.cc442 if (script->setBreakpoint(String16(), &v8Location, in continueToLocation()
Djs_protocol.pdl309 command setBreakpoint
/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/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/oj-libjdwp/src/share/back/
DeventFilter.c1020 setBreakpoint(HandlerNode *node) in setBreakpoint() function
1253 error = setBreakpoint(node); in enableEvents()
/external/v8/
DChangeLog47471 Extended setBreakpoint API to accept partial script name (issue 1418).
48615 Provide actual breakpoints locations in response to setBreakpoint