Searched refs:checkReply (Results 1 – 3 of 3) sorted by relevance
94 public ReplyPacket checkReply(ReplyPacket reply) { in checkReply() method in VmMirror262 checkReply(reply); in setBreakpointAtMethodBegin()342 return checkReply(performCommand(commandPacket)); in clearBreakpoint()365 return checkReply(performCommand(commandPacket)); in ClearAllBreakpoints()390 ReplyPacket replyPacket = checkReply(performCommand(commandPacket)); in capabilities()473 return checkReply(performCommand(commandPacket)); in resume()487 return checkReply(performCommand(commandPacket)); in resumeThread()500 return checkReply(performCommand(commandPacket)); in suspend()514 return checkReply(performCommand(commandPacket)); in suspendThread()531 return checkReply(performCommand(commandPacket)); in dispose()[all …]
82 debuggeeWrapper.vmMirror.checkReply(reply); in getTopFrameLocation()
566 debuggeeWrapper.vmMirror.checkReply(replyPacket); in checkThreadState()