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.java124 CommandPacket popFramesCommand = new CommandPacket( in testPopFramesTest001() local
127 popFramesCommand.setNextValueAsThreadID(breakpointThreadID); in testPopFramesTest001()
128 popFramesCommand.setNextValueAsFrameID(frameID); in testPopFramesTest001()
131 .performCommand(popFramesCommand); in testPopFramesTest001()
DJDWPStackFrameTestCase.java166 CommandPacket popFramesCommand = new CommandPacket( in jdwpPopFrames() local
169 popFramesCommand.setNextValueAsThreadID(threadID); in jdwpPopFrames()
170 popFramesCommand.setNextValueAsFrameID(frameID); in jdwpPopFrames()
173 .performCommand(popFramesCommand); in jdwpPopFrames()
DPopFrames002Test.java397 CommandPacket popFramesCommand = new CommandPacket( in testPopFramesWithInvokeMethods() local
400 popFramesCommand.setNextValueAsThreadID(breakpointThreadID); in testPopFramesWithInvokeMethods()
401 popFramesCommand.setNextValueAsFrameID(frameID); in testPopFramesWithInvokeMethods()
404 .performCommand(popFramesCommand); in testPopFramesWithInvokeMethods()