Home
last modified time | relevance | path

Searched refs:setRequestCommand (Results 1 – 8 of 8) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTest.java128 CommandPacket setRequestCommand = new CommandPacket( in testCombinedEvents_01() local
131 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 …]
DSingleStepWithLocationTest.java101 CommandPacket setRequestCommand = new CommandPacket( in testSingleStepToLocation() local
104 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 …]
DSingleStepThroughReflectionTest.java88 CommandPacket setRequestCommand = new CommandPacket( in testSingleStepIntoThroughReflection() local
91 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 …]
DSingleStepTest.java128 CommandPacket setRequestCommand = new CommandPacket( in stepFunction() local
132 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()
DCombinedEvents003Test.java129 CommandPacket setRequestCommand = new CommandPacket( in testCombinedEvents003_01() local
132 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 …]
DVMDeath002Test.java81 CommandPacket setRequestCommand = new CommandPacket( in testVMDeathRequest() local
85 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()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
DSingleStepTest.java94 CommandPacket setRequestCommand = new CommandPacket( in stepFunction() local
98 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()
DVMDeathTest.java70 CommandPacket setRequestCommand = new CommandPacket( in testVMDeathRequest() local
74 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()