Lines Matching refs:VLOG
338 VLOG(jdwp) << StringPrintf("No match when removing event reqId=0x%04x", requestId); in UnregisterEventById()
412 VLOG(jdwp) << StringPrintf("##### Removing expired event (requestId=%#" PRIx32 ")", in CleanupMatchList()
585 VLOG(jdwp) << "SuspendByPolicy(" << suspend_policy << ")"; in SuspendByPolicy()
695 VLOG(jdwp) << StringPrintf("event in progress (%#" PRIx64 "), %#" PRIx64 " sleeping", in SetWaitForJdwpToken()
702 VLOG(jdwp) << StringPrintf("event token grabbed (%#" PRIx64 ")", threadId); in SetWaitForJdwpToken()
720 VLOG(jdwp) << StringPrintf("cleared event token (%#" PRIx64 ")", jdwp_token_owner_thread_id_); in ClearWaitForJdwpToken()
768 VLOG(jdwp) << "EVENT: " << EK_VM_START; in PostVMStart()
769 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostVMStart()
789 VLOG(jdwp) << "EVENT #" << i << ": " << pEvent->eventKind in LogMatchingEventsAndThread()
797 VLOG(jdwp) << StringPrintf(" thread=%#" PRIx64, thread_id) << " " << thread_name; in LogMatchingEventsAndThread()
848 VLOG(jdwp) << "Ignoring location event in JDWP thread"; in PostLocationEvent()
862 VLOG(jdwp) << "Not checking breakpoints during invoke (" << basket.className << ")"; in PostLocationEvent()
897 VLOG(jdwp) << " location=" << jdwp_location; in PostLocationEvent()
898 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostLocationEvent()
941 VLOG(jdwp) << "Not posting field event during invoke (" << basket.className << ")"; in PostFieldEvent()
963 VLOG(jdwp) << " location=" << jdwp_location; in PostFieldEvent()
964 VLOG(jdwp) << StringPrintf(" this=%#" PRIx64, instance_id); in PostFieldEvent()
965 VLOG(jdwp) << StringPrintf(" type=%#" PRIx64, field_type_id) << " " in PostFieldEvent()
967 VLOG(jdwp) << StringPrintf(" field=%#" PRIx64, field_id) << " " in PostFieldEvent()
969 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostFieldEvent()
1050 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostThreadChange()
1079 VLOG(jdwp) << "EVENT: " << EK_VM_DEATH; in PostVMDeath()
1110 VLOG(jdwp) << "Unexpected: exception event with empty throw location"; in PostException()
1125 VLOG(jdwp) << "Not posting exception hit during invoke (" << basket.className << ")"; in PostException()
1148 VLOG(jdwp) << " throwLocation=" << jdwp_throw_location; in PostException()
1150 VLOG(jdwp) << " catchLocation=uncaught"; in PostException()
1152 VLOG(jdwp) << " catchLocation=" << jdwp_catch_location; in PostException()
1154 VLOG(jdwp) << StringPrintf(" exception=%#" PRIx64, exceptionId) << " " in PostException()
1156 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostException()
1198 VLOG(jdwp) << "Not posting class prep caused by invoke (" << basket.className << ")"; in PostClassPrepare()
1223 VLOG(jdwp) << StringPrintf(" type=%#" PRIx64, class_id) << " " << signature; in PostClassPrepare()
1224 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostClassPrepare()
1233 VLOG(jdwp) << " NOTE: class prepare in debugger thread!"; in PostClassPrepare()