Searched refs:popFramesCommand (Results 1 – 3 of 3) sorted by relevance
125 CommandPacket popFramesCommand = new CommandPacket( in testPopFramesTest001() local128 popFramesCommand.setNextValueAsThreadID(breakpointThreadID); in testPopFramesTest001()129 popFramesCommand.setNextValueAsFrameID(frameID); in testPopFramesTest001()132 .performCommand(popFramesCommand); in testPopFramesTest001()
202 CommandPacket popFramesCommand = new CommandPacket( in jdwpPopFrames() local205 popFramesCommand.setNextValueAsThreadID(threadID); in jdwpPopFrames()206 popFramesCommand.setNextValueAsFrameID(frameID); in jdwpPopFrames()209 .performCommand(popFramesCommand); in jdwpPopFrames()
402 CommandPacket popFramesCommand = new CommandPacket( in testPopFramesWithInvokeMethods() local405 popFramesCommand.setNextValueAsThreadID(breakpointThreadID); in testPopFramesWithInvokeMethods()406 popFramesCommand.setNextValueAsFrameID(frameID); in testPopFramesWithInvokeMethods()409 .performCommand(popFramesCommand); in testPopFramesWithInvokeMethods()