Searched refs:setRequestCommand (Results 1 – 8 of 8) sorted by relevance
128 CommandPacket setRequestCommand = new CommandPacket( in testCombinedEvents_01() local131 setRequestCommand in testCombinedEvents_01()133 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents_01()134 setRequestCommand.setNextValueAsInt(2); in testCombinedEvents_01()135 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents_01()136 setRequestCommand.setNextValueAsThreadID(threadID); in testCombinedEvents_01()137 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.MIN); in testCombinedEvents_01()138 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents_01()139 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_01()140 setRequestCommand.setNextValueAsReferenceTypeID(debuggeeClassID); in testCombinedEvents_01()[all …]
101 CommandPacket setRequestCommand = new CommandPacket( in testSingleStepToLocation() local104 setRequestCommand.setNextValueAsByte( in testSingleStepToLocation()106 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testSingleStepToLocation()107 setRequestCommand.setNextValueAsInt(2); in testSingleStepToLocation()108 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testSingleStepToLocation()109 setRequestCommand.setNextValueAsThreadID(breakpointThreadID); in testSingleStepToLocation()110 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.LINE); in testSingleStepToLocation()111 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.OVER); in testSingleStepToLocation()112 setRequestCommand.setNextValueAsByte(EventMod.ModKind.LocationOnly); in testSingleStepToLocation()113 setRequestCommand.setNextValueAsLocation(location); in testSingleStepToLocation()[all …]
88 CommandPacket setRequestCommand = new CommandPacket( in testSingleStepIntoThroughReflection() local91 setRequestCommand in testSingleStepIntoThroughReflection()93 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testSingleStepIntoThroughReflection()94 setRequestCommand.setNextValueAsInt(2); in testSingleStepIntoThroughReflection()95 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testSingleStepIntoThroughReflection()96 setRequestCommand.setNextValueAsThreadID(breakpointThreadID); in testSingleStepIntoThroughReflection()97 setRequestCommand.setNextValueAsInt(StepSize.LINE); in testSingleStepIntoThroughReflection()98 setRequestCommand.setNextValueAsInt(StepDepth.INTO); in testSingleStepIntoThroughReflection()99 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testSingleStepIntoThroughReflection()100 setRequestCommand.setNextValueAsReferenceTypeID(refTypeID); in testSingleStepIntoThroughReflection()[all …]
128 CommandPacket setRequestCommand = new CommandPacket( in stepFunction() local132 setRequestCommand in stepFunction()134 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in stepFunction()135 setRequestCommand.setNextValueAsInt(1); in stepFunction()136 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in stepFunction()137 setRequestCommand.setNextValueAsThreadID(breakpointThreadID); in stepFunction()138 setRequestCommand.setNextValueAsInt(StepSize); in stepFunction()139 setRequestCommand.setNextValueAsInt(StepDepth); in stepFunction()142 .performCommand(setRequestCommand); in stepFunction()
129 CommandPacket setRequestCommand = new CommandPacket( in testCombinedEvents003_01() local132 setRequestCommand in testCombinedEvents003_01()134 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents003_01()135 setRequestCommand.setNextValueAsInt(2); in testCombinedEvents003_01()136 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents003_01()137 setRequestCommand.setNextValueAsThreadID(threadID); in testCombinedEvents003_01()138 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.MIN); in testCombinedEvents003_01()139 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents003_01()140 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents003_01()141 setRequestCommand.setNextValueAsReferenceTypeID(debuggeeClassID); in testCombinedEvents003_01()[all …]
81 CommandPacket setRequestCommand = new CommandPacket( in testVMDeathRequest() local85 setRequestCommand.setNextValueAsByte(JDWPConstants.EventKind.VM_DEATH); in testVMDeathRequest()86 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testVMDeathRequest()87 setRequestCommand.setNextValueAsInt(0); in testVMDeathRequest()90 .performCommand(setRequestCommand); in testVMDeathRequest()
94 CommandPacket setRequestCommand = new CommandPacket( in stepFunction() local98 setRequestCommand in stepFunction()100 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in stepFunction()101 setRequestCommand.setNextValueAsInt(1); in stepFunction()102 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in stepFunction()103 setRequestCommand.setNextValueAsThreadID(breakpointThreadID); in stepFunction()104 setRequestCommand.setNextValueAsInt(StepSize); in stepFunction()105 setRequestCommand.setNextValueAsInt(StepDepth); in stepFunction()108 .performCommand(setRequestCommand); in stepFunction()
70 CommandPacket setRequestCommand = new CommandPacket( in testVMDeathRequest() local74 setRequestCommand.setNextValueAsByte(JDWPConstants.EventKind.VM_DEATH); in testVMDeathRequest()75 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testVMDeathRequest()76 setRequestCommand.setNextValueAsInt(0); in testVMDeathRequest()79 .performCommand(setRequestCommand); in testVMDeathRequest()