Searched refs:modifiersReply (Results 1 – 1 of 1) sorted by relevance
76 ReplyPacket modifiersReply = debuggeeWrapper.vmMirror.performCommand(modifiersCommand); in testModifiers001() local78 checkReplyPacket(modifiersReply, thisCommandName); in testModifiers001()80 int returnedModifiers = modifiersReply.getNextValueAsInt(); in testModifiers001()140 assertAllDataRead(modifiersReply); in testModifiers001()168 ReplyPacket modifiersReply = debuggeeWrapper.vmMirror.performCommand(modifiersCommand); in testModifiers002() local170 checkReplyPacket(modifiersReply, thisCommandName); in testModifiers002()172 int returnedModifiers = modifiersReply.getNextValueAsInt(); in testModifiers002()232 assertAllDataRead(modifiersReply); in testModifiers002()