Searched refs:commandPacket (Results 1 – 2 of 2) sorted by relevance
266 CommandPacket commandPacket = new CommandPacket(); in clearBreakpoint() local269 commandPacket in clearBreakpoint()273 commandPacket in clearBreakpoint()278 commandPacket.setNextValueAsByte(JDWPConstants.EventKind.BREAKPOINT); in clearBreakpoint()281 commandPacket.setNextValueAsInt(requestID); in clearBreakpoint()284 return checkReply(performCommand(commandPacket)); in clearBreakpoint()295 CommandPacket commandPacket = new CommandPacket(); in ClearAllBreakpoints() local299 commandPacket in ClearAllBreakpoints()303 commandPacket in ClearAllBreakpoints()307 return checkReply(performCommand(commandPacket)); in ClearAllBreakpoints()[all …]
556 CommandPacket commandPacket = new CommandPacket( in checkThreadState() local559 commandPacket.setNextValueAsThreadID(eventThreadID); in checkThreadState()560 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(commandPacket); in checkThreadState()