Lines Matching refs:jdwp

335     VLOG(jdwp) << StringPrintf("No match when removing event reqId=0x%04x", requestId);  in UnregisterEventById()
423 VLOG(jdwp) << StringPrintf("##### Removing expired event (requestId=%#" PRIx32 ")", in CleanupMatchList()
585 VLOG(jdwp) << "SuspendByPolicy(" << suspend_policy << ")"; in SuspendByPolicy()
678 VLOG(jdwp) << StringPrintf("event in progress (%#" PRIx64 "), %#" PRIx64 " sleeping", in SetWaitForEventThread()
685 VLOG(jdwp) << StringPrintf("event token grabbed (%#" PRIx64 ")", threadId); in SetWaitForEventThread()
705 VLOG(jdwp) << StringPrintf("cleared event token (%#" PRIx64 ")", event_thread_id_); in ClearWaitForEventThread()
770 VLOG(jdwp) << "EVENT: " << EK_VM_START; in PostVMStart()
771 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostVMStart()
794 VLOG(jdwp) << "EVENT #" << i << ": " << pEvent->eventKind in LogMatchingEventsAndThread()
802 VLOG(jdwp) << StringPrintf(" thread=%#" PRIx64, thread_id) << " " << thread_name; in LogMatchingEventsAndThread()
854 VLOG(jdwp) << "Ignoring location event in JDWP thread"; in PostLocationEvent()
868 VLOG(jdwp) << "Not checking breakpoints during invoke (" << basket.className << ")"; in PostLocationEvent()
902 if (VLOG_IS_ON(jdwp)) { in PostLocationEvent()
904 VLOG(jdwp) << " location=" << jdwp_location; in PostLocationEvent()
905 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostLocationEvent()
952 VLOG(jdwp) << "Not posting field event during invoke"; in PostFieldEvent()
982 if (VLOG_IS_ON(jdwp)) { in PostFieldEvent()
984 VLOG(jdwp) << " location=" << jdwp_location; in PostFieldEvent()
985 VLOG(jdwp) << StringPrintf(" this=%#" PRIx64, instance_id); in PostFieldEvent()
986 VLOG(jdwp) << StringPrintf(" type=%#" PRIx64, field_type_id) << " " in PostFieldEvent()
988 VLOG(jdwp) << StringPrintf(" field=%#" PRIx32, field_id) << " " in PostFieldEvent()
990 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostFieldEvent()
1077 if (VLOG_IS_ON(jdwp)) { in PostThreadChange()
1079 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostThreadChange()
1112 VLOG(jdwp) << "EVENT: " << EK_VM_DEATH; in PostVMDeath()
1143 VLOG(jdwp) << "Unexpected: exception event with empty throw location"; in PostException()
1161 VLOG(jdwp) << "Not posting exception hit during invoke (" << basket.className << ")"; in PostException()
1187 if (VLOG_IS_ON(jdwp)) { in PostException()
1191 VLOG(jdwp) << " throwLocation=" << jdwp_throw_location; in PostException()
1193 VLOG(jdwp) << " catchLocation=uncaught"; in PostException()
1195 VLOG(jdwp) << " catchLocation=" << jdwp_catch_location; in PostException()
1197 VLOG(jdwp) << StringPrintf(" exception=%#" PRIx64, exceptionId) << " " in PostException()
1199 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostException()
1246 VLOG(jdwp) << "Not posting class prep caused by invoke (" << basket.className << ")"; in PostClassPrepare()
1276 if (VLOG_IS_ON(jdwp)) { in PostClassPrepare()
1278 VLOG(jdwp) << StringPrintf(" type=%#" PRIx64, class_id) << " " << signature; in PostClassPrepare()
1279 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostClassPrepare()
1288 VLOG(jdwp) << " NOTE: class prepare in debugger thread!"; in PostClassPrepare()