Home
last modified time | relevance | path

Searched refs:getBreakpointRequest (Results 1 – 9 of 9) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/
H A DMethodReturnValuesTests.java84 br = getBreakpointRequest(method.location()); in testGetVoidMethodReturnValue()
126 br = getBreakpointRequest(method.location()); in testGetStringMethodReturnValue()
168 br = getBreakpointRequest(method.location()); in testGetIntMethodReturnValue()
210 br = getBreakpointRequest(method.location()); in testGetBooleanMethodReturnValue()
252 br = getBreakpointRequest(method.location()); in testGetLongMethodReturnValue()
H A DForceEarlyReturnTests.java61 BreakpointRequest br = getBreakpointRequest(method.location()); in testForceEarlyReturnIntType()
73 br = getBreakpointRequest(method.locationsOfLine(200).get(0)); in testForceEarlyReturnIntType()
H A DBreakpointRequestTest.java37 fRequest = getBreakpointRequest(); in localSetUp()
H A DEventTest.java53 request = getBreakpointRequest(); in localSetUp()
H A DProvideArgumentsTests.java48 BreakpointRequest br = getBreakpointRequest(method.location()); in testGetArgumentValues()
H A DLocatableTest.java50 BreakpointRequest bp = getBreakpointRequest(); in localSetUp()
H A DMirrorTest.java55 fMirrors.add(getBreakpointRequest()); // BreakpointRequest in localSetUp()
H A DEventRequestTest.java43 fRequests.add(getBreakpointRequest()); in localSetUp()
H A DAbstractJDITest.java344 protected BreakpointRequest getBreakpointRequest() { in getBreakpointRequest() method in AbstractJDITest
355 protected BreakpointRequest getBreakpointRequest(Location loc) { in getBreakpointRequest() method in AbstractJDITest