• Home
  • Raw
  • Download

Lines Matching refs:VLOG

255   VLOG(jdwp) << "Removing events within " << klass->PrettyClass();  in UnregisterLocationEventsOnClass()
378 VLOG(jdwp) << StringPrintf("No match when removing event reqId=0x%04x", requestId); in UnregisterEventById()
452 VLOG(jdwp) << StringPrintf("##### Removing expired event (requestId=%#" PRIx32 ")", in CleanupMatchList()
625 VLOG(jdwp) << "SuspendByPolicy(" << suspend_policy << ")"; in SuspendByPolicy()
736 VLOG(jdwp) << StringPrintf("event in progress (%#" PRIx64 "), %#" PRIx64 " sleeping", in SetWaitForJdwpToken()
743 VLOG(jdwp) << StringPrintf("event token grabbed (%#" PRIx64 ")", threadId); in SetWaitForJdwpToken()
762 VLOG(jdwp) << StringPrintf("cleared event token (%#" PRIx64 ")", jdwp_token_owner_thread_id_); in ClearWaitForJdwpToken()
810 VLOG(jdwp) << "EVENT: " << EK_VM_START; in PostVMStart()
811 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostVMStart()
831 VLOG(jdwp) << "EVENT #" << i << ": " << pEvent->eventKind in LogMatchingEventsAndThread()
839 VLOG(jdwp) << StringPrintf(" thread=%#" PRIx64, thread_id) << " " << thread_name; in LogMatchingEventsAndThread()
890 VLOG(jdwp) << "Ignoring location event in JDWP thread"; in PostLocationEvent()
904 VLOG(jdwp) << "Not checking breakpoints during invoke (" << basket.className << ")"; in PostLocationEvent()
939 VLOG(jdwp) << " location=" << jdwp_location; in PostLocationEvent()
940 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostLocationEvent()
983 VLOG(jdwp) << "Not posting field event during invoke (" << basket.className << ")"; in PostFieldEvent()
1005 VLOG(jdwp) << " location=" << jdwp_location; in PostFieldEvent()
1006 VLOG(jdwp) << StringPrintf(" this=%#" PRIx64, instance_id); in PostFieldEvent()
1007 VLOG(jdwp) << StringPrintf(" type=%#" PRIx64, field_type_id) << " " in PostFieldEvent()
1009 VLOG(jdwp) << StringPrintf(" field=%#" PRIx64, field_id) << " " in PostFieldEvent()
1011 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostFieldEvent()
1092 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostThreadChange()
1121 VLOG(jdwp) << "EVENT: " << EK_VM_DEATH; in PostVMDeath()
1152 VLOG(jdwp) << "Unexpected: exception event with empty throw location"; in PostException()
1167 VLOG(jdwp) << "Not posting exception hit during invoke (" << basket.className << ")"; in PostException()
1190 VLOG(jdwp) << " throwLocation=" << jdwp_throw_location; in PostException()
1192 VLOG(jdwp) << " catchLocation=uncaught"; in PostException()
1194 VLOG(jdwp) << " catchLocation=" << jdwp_catch_location; in PostException()
1196 VLOG(jdwp) << StringPrintf(" exception=%#" PRIx64, exceptionId) << " " in PostException()
1198 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostException()
1240 VLOG(jdwp) << "Not posting class prep caused by invoke (" << basket.className << ")"; in PostClassPrepare()
1265 VLOG(jdwp) << StringPrintf(" type=%#" PRIx64, class_id) << " " << signature; in PostClassPrepare()
1266 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostClassPrepare()
1276 VLOG(jdwp) << " NOTE: class prepare in debugger thread!"; in PostClassPrepare()