Searched refs:StepDepth (Results 1 – 11 of 11) sorted by relevance
56 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.OVER); in testSingleStep1()67 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.INTO); in testSingleStep2()77 stepFunction(JDWPConstants.StepSize.MIN, JDWPConstants.StepDepth.OVER); in testSingleStep3()87 stepFunction(JDWPConstants.StepSize.MIN, JDWPConstants.StepDepth.INTO); in testSingleStep4()97 void stepFunction(byte StepSize, byte StepDepth) { in stepFunction() argument135 setRequestCommand.setNextValueAsInt(StepDepth); in stepFunction()
23 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants.StepDepth;50 runSingleStepTest(JDWPConstants.StepDepth.OUT); in testSingleStepOut()57 runSingleStepTest(JDWPConstants.StepDepth.OVER); in testSingleStepOver()64 runSingleStepTest(JDWPConstants.StepDepth.INTO); in testSingleStepInto()419 logWriter.println("Set SINGLE_STEP " + JDWPConstants.StepDepth.getName(singleStepDepth) + in setSingleStep()424 StepDepth.getName(singleStepDepth)); in setSingleStep()
25 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants.StepDepth;95 setRequestCommand.setNextValueAsInt(StepDepth.INTO); in testSingleStepIntoThroughReflection()
132 JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.OUT); in setSingleStepOut()
137 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents_01()272 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents_02()386 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents_03()513 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents_04()
110 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.OVER); in testSingleStepToLocation()
138 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents003_01()
58 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.OVER); in testSingleStep001()61 void stepFunction(byte StepSize, byte StepDepth) { in stepFunction() argument101 setRequestCommand.setNextValueAsInt(StepDepth); in stepFunction()
569 jdwpDepth = JDWP.StepDepth.INTO; in StepRequestImpl()572 jdwpDepth = JDWP.StepDepth.OVER; in StepRequestImpl()575 jdwpDepth = JDWP.StepDepth.OUT; in StepRequestImpl()
639 public static class StepDepth { class in JDWPConstants
3217 (ConstantSet StepDepth