Searched refs:lineTableReply (Results 1 – 4 of 4) sorted by relevance
67 ReplyPacket lineTableReply = debuggeeWrapper.vmMirror.performCommand(packet); in printMethodLineTable() local68 …if ( ! checkReplyPacketWithoutFail(lineTableReply, "printMethodLineTable(): Method.LineTable comm… in printMethodLineTable()77 long methodStartCodeIndex = lineTableReply.getNextValueAsLong(); in printMethodLineTable()79 long methodEndCodeIndex = lineTableReply.getNextValueAsLong(); in printMethodLineTable()82 int linesNumber = lineTableReply.getNextValueAsInt(); in printMethodLineTable()85 long lineCodeIndex = lineTableReply.getNextValueAsLong(); in printMethodLineTable()86 int lineNumber = lineTableReply.getNextValueAsInt(); in printMethodLineTable()106 ReplyPacket lineTableReply = debuggeeWrapper.vmMirror.performCommand(packet); in getMethodStartCodeIndex() local108 (lineTableReply, "getMethodStartCodeIndex(): Method.LineTable command") ) { in getMethodStartCodeIndex()111 long methodStartCodeIndex = lineTableReply.getNextValueAsLong(); in getMethodStartCodeIndex()[all …]
82 ReplyPacket lineTableReply = getLineTable(refTypeID, methodID); in testSingleStepToLocation() local83 checkReplyPacket(lineTableReply, "Method.LineTable"); in testSingleStepToLocation()84 lineTableReply.getNextValueAsLong(); // startIndex in testSingleStepToLocation()85 lineTableReply.getNextValueAsLong(); // endIndex in testSingleStepToLocation()86 int linesCount = lineTableReply.getNextValueAsInt(); in testSingleStepToLocation()90 lastLineCodeIndex = lineTableReply.getNextValueAsLong(); in testSingleStepToLocation()91 lastLineNumber = lineTableReply.getNextValueAsInt(); in testSingleStepToLocation()
271 ReplyPacket lineTableReply = debuggeeWrapper.vmMirror in getLineTable() local273 checkReplyPacket(lineTableReply, "Method::LineTable command"); in getLineTable()274 return lineTableReply; in getLineTable()
236 ReplyPacket lineTableReply = getLineTable(classID, methodID); in setBreakpointAtMethodBegin() local237 if (lineTableReply.getErrorCode() != JDWPConstants.Error.NONE) { in setBreakpointAtMethodBegin()240 + lineTableReply.getErrorCode() in setBreakpointAtMethodBegin()242 + JDWPConstants.Error.getName(lineTableReply in setBreakpointAtMethodBegin()246 lineTableReply.getNextValueAsLong(); in setBreakpointAtMethodBegin()249 lineTableReply.getNextValueAsLong(); in setBreakpointAtMethodBegin()253 lineTableReply.getNextValueAsInt(); in setBreakpointAtMethodBegin()255 long lineCodeIndex = lineTableReply.getNextValueAsLong(); in setBreakpointAtMethodBegin()