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()
696 VLOG(jdwp) << StringPrintf("event in progress (%#" PRIx64 "), %#" PRIx64 " sleeping", in SetWaitForJdwpToken()
703 VLOG(jdwp) << StringPrintf("event token grabbed (%#" PRIx64 ")", threadId); in SetWaitForJdwpToken()
721 VLOG(jdwp) << StringPrintf("cleared event token (%#" PRIx64 ")", jdwp_token_owner_thread_id_); in ClearWaitForJdwpToken()
769 VLOG(jdwp) << "EVENT: " << EK_VM_START; in PostVMStart()
770 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostVMStart()
790 VLOG(jdwp) << "EVENT #" << i << ": " << pEvent->eventKind in LogMatchingEventsAndThread()
798 VLOG(jdwp) << StringPrintf(" thread=%#" PRIx64, thread_id) << " " << thread_name; in LogMatchingEventsAndThread()
849 VLOG(jdwp) << "Ignoring location event in JDWP thread"; in PostLocationEvent()
863 VLOG(jdwp) << "Not checking breakpoints during invoke (" << basket.className << ")"; in PostLocationEvent()
898 VLOG(jdwp) << " location=" << jdwp_location; in PostLocationEvent()
899 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostLocationEvent()
942 VLOG(jdwp) << "Not posting field event during invoke (" << basket.className << ")"; in PostFieldEvent()
964 VLOG(jdwp) << " location=" << jdwp_location; in PostFieldEvent()
965 VLOG(jdwp) << StringPrintf(" this=%#" PRIx64, instance_id); in PostFieldEvent()
966 VLOG(jdwp) << StringPrintf(" type=%#" PRIx64, field_type_id) << " " in PostFieldEvent()
968 VLOG(jdwp) << StringPrintf(" field=%#" PRIx64, field_id) << " " in PostFieldEvent()
970 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostFieldEvent()
1051 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostThreadChange()
1080 VLOG(jdwp) << "EVENT: " << EK_VM_DEATH; in PostVMDeath()
1111 VLOG(jdwp) << "Unexpected: exception event with empty throw location"; in PostException()
1126 VLOG(jdwp) << "Not posting exception hit during invoke (" << basket.className << ")"; in PostException()
1149 VLOG(jdwp) << " throwLocation=" << jdwp_throw_location; in PostException()
1151 VLOG(jdwp) << " catchLocation=uncaught"; in PostException()
1153 VLOG(jdwp) << " catchLocation=" << jdwp_catch_location; in PostException()
1155 VLOG(jdwp) << StringPrintf(" exception=%#" PRIx64, exceptionId) << " " in PostException()
1157 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostException()
1199 VLOG(jdwp) << "Not posting class prep caused by invoke (" << basket.className << ")"; in PostClassPrepare()
1224 VLOG(jdwp) << StringPrintf(" type=%#" PRIx64, class_id) << " " << signature; in PostClassPrepare()
1225 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostClassPrepare()
1234 VLOG(jdwp) << " NOTE: class prepare in debugger thread!"; in PostClassPrepare()