Searched refs:replyParent (Results 1 – 1 of 1) sorted by relevance
86 ReplyPacket replyParent = debuggeeWrapper.vmMirror.performCommand(packet); in printThreadGroup() local87 checkReplyPacket(replyParent, "ThreadGroupReference::Name command"); in printThreadGroup()89 String threadGroupIDName = replyParent.getNextValueAsString(); in printThreadGroup()111 replyParent = debuggeeWrapper.vmMirror.performCommand(packet); in printThreadGroup()112 checkReplyPacket(replyParent, "ThreadReference::Name command"); in printThreadGroup()114 String name = replyParent.getNextValueAsString(); in printThreadGroup()129 replyParent = debuggeeWrapper.vmMirror.performCommand(packet); in printThreadGroup()130 checkReplyPacket(replyParent, "ThreadGroupReference::Name command"); in printThreadGroup()132 String name = replyParent.getNextValueAsString(); in printThreadGroup()