Home
last modified time | relevance | path

Searched refs:popFramesCommand (Results 1 – 3 of 3) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DPopFramesTest.java125 CommandPacket popFramesCommand = new CommandPacket( in testPopFramesTest001() local
128 popFramesCommand.setNextValueAsThreadID(breakpointThreadID); in testPopFramesTest001()
129 popFramesCommand.setNextValueAsFrameID(frameID); in testPopFramesTest001()
132 .performCommand(popFramesCommand); in testPopFramesTest001()
DJDWPStackFrameTestCase.java202 CommandPacket popFramesCommand = new CommandPacket( in jdwpPopFrames() local
205 popFramesCommand.setNextValueAsThreadID(threadID); in jdwpPopFrames()
206 popFramesCommand.setNextValueAsFrameID(frameID); in jdwpPopFrames()
209 .performCommand(popFramesCommand); in jdwpPopFrames()
DPopFrames002Test.java402 CommandPacket popFramesCommand = new CommandPacket( in testPopFramesWithInvokeMethods() local
405 popFramesCommand.setNextValueAsThreadID(breakpointThreadID); in testPopFramesWithInvokeMethods()
406 popFramesCommand.setNextValueAsFrameID(frameID); in testPopFramesWithInvokeMethods()
409 .performCommand(popFramesCommand); in testPopFramesWithInvokeMethods()