Searched refs:popFramesCommand (Results 1 – 3 of 3) sorted by relevance
124 CommandPacket popFramesCommand = new CommandPacket( in testPopFramesTest001() local127 popFramesCommand.setNextValueAsThreadID(breakpointThreadID); in testPopFramesTest001()128 popFramesCommand.setNextValueAsFrameID(frameID); in testPopFramesTest001()131 .performCommand(popFramesCommand); in testPopFramesTest001()
166 CommandPacket popFramesCommand = new CommandPacket( in jdwpPopFrames() local169 popFramesCommand.setNextValueAsThreadID(threadID); in jdwpPopFrames()170 popFramesCommand.setNextValueAsFrameID(frameID); in jdwpPopFrames()173 .performCommand(popFramesCommand); in jdwpPopFrames()
397 CommandPacket popFramesCommand = new CommandPacket( in testPopFramesWithInvokeMethods() local400 popFramesCommand.setNextValueAsThreadID(breakpointThreadID); in testPopFramesWithInvokeMethods()401 popFramesCommand.setNextValueAsFrameID(frameID); in testPopFramesWithInvokeMethods()404 .performCommand(popFramesCommand); in testPopFramesWithInvokeMethods()