Lines Matching refs:jdwp

96   VLOG(jdwp) << StringPrintf("    --> thread_id=%#" PRIx64 " object_id=%#" PRIx64,  in RequestInvoke()
98 VLOG(jdwp) << StringPrintf(" class_id=%#" PRIx64 " method_id=%#" PRIx64 " %s.%s", in RequestInvoke()
101 VLOG(jdwp) << StringPrintf(" %d args:", arg_count); in RequestInvoke()
109 VLOG(jdwp) << " " << argTypes[i] << StringPrintf("(%zd): %#" PRIx64, width, in RequestInvoke()
114 VLOG(jdwp) << StringPrintf(" options=0x%04x%s%s", options, in RequestInvoke()
495 VLOG(jdwp) << StringPrintf(" --> ObjectId %#" PRIx64, class_object_id); in RT_ClassObject()
634 VLOG(jdwp) << " --> field=" << fieldId << " tag=" << fieldTag << " --> " << value; in CT_SetValues()
825 …VLOG(jdwp) << " --> fieldId=" << fieldId << " tag=" << fieldTag << "(" << width << ") value=" <… in OR_SetValues()
913 VLOG(jdwp) << StringPrintf(" --> %s", PrintableString(str.c_str()).c_str()); in SR_Value()
932 VLOG(jdwp) << StringPrintf(" Name of thread %#" PRIx64 " is \"%s\"", thread_id, name.c_str()); in TR_Name()
989 VLOG(jdwp) << " --> " << threadStatus << ", " << suspendStatus; in TR_Status()
1165 VLOG(jdwp) << " --> " << length; in AR_Length()
1315 VLOG(jdwp) << StringPrintf(" Step: thread=%#" PRIx64, thread_id) in ER_Set()
1344 VLOG(jdwp) << StringPrintf(" --> event requestId=%#x", requestId); in ER_Set()
1657 VLOG(jdwp) << DescribeCommand(request); in ProcessRequest()
1693 …VLOG(jdwp) << "REPLY: " << GetCommandName(request) << " " << result << " (length=" << respLen << "… in ProcessRequest()
1695 VLOG(jdwp) << HexDump(expandBufGetBuffer(pReply) + kJDWPHeaderLen, respLen, false, ""); in ProcessRequest()
1699 VLOG(jdwp) << "----------"; in ProcessRequest()