Lines Matching refs:jdwp

428       VLOG(jdwp) << "Hit breakpoint #" << i << ": " << gBreakpoints[i];  in IsBreakpoint()
621 VLOG(jdwp) << "Sending heap info to DDM"; in GcDidFinish()
626 VLOG(jdwp) << "Dumping heap to DDM"; in GcDidFinish()
631 VLOG(jdwp) << "Dumping native heap to DDM"; in GcDidFinish()
654 VLOG(jdwp) << "JDWP has attached"; in Connected()
1681 VLOG(jdwp) << StringPrintf(" %2zd: %d(%d) '%s' '%s' '%s' actual slot=%d mangled slot=%d", in OutputVariableTable()
2389 … VLOG(jdwp) << StringPrintf(" Frame %3zd: id=%3" PRIu64 " ", depth_, frame_id) << location; in GetThreadFrames()
2591 VLOG(jdwp) << " --> slot " << slot << " " << reqSigByte; in GetLocalValues()
2635 VLOG(jdwp) << "get boolean local " << vreg << " = " << intVal; in GetLocalValue()
2645 VLOG(jdwp) << "get byte local " << vreg << " = " << intVal; in GetLocalValue()
2656 VLOG(jdwp) << "get short/char local " << vreg << " = " << intVal; in GetLocalValue()
2666 VLOG(jdwp) << "get int local " << vreg << " = " << intVal; in GetLocalValue()
2676 VLOG(jdwp) << "get float local " << vreg << " = " << intVal; in GetLocalValue()
2693 VLOG(jdwp) << "get " << tag << " object local " << vreg << " = " << o; in GetLocalValue()
2710 VLOG(jdwp) << "get double local " << vreg << " = " << longVal; in GetLocalValue()
2720 VLOG(jdwp) << "get long local " << vreg << " = " << longVal; in GetLocalValue()
2763 VLOG(jdwp) << " --> slot " << slot << " " << sigByte << " " << value; in SetLocalValues()
2829 VLOG(jdwp) << tag << " object " << o << " is an invalid object"; in SetLocalValue()
3065 VLOG(jdwp) << "SS new method"; in UpdateDebugger()
3068 VLOG(jdwp) << "SS new instruction"; in UpdateDebugger()
3071 VLOG(jdwp) << "SS new line"; in UpdateDebugger()
3085 VLOG(jdwp) << "SS method pop"; in UpdateDebugger()
3090 VLOG(jdwp) << "SS new instruction"; in UpdateDebugger()
3093 VLOG(jdwp) << "SS new line"; in UpdateDebugger()
3108 VLOG(jdwp) << "SS method pop"; in UpdateDebugger()
3147 VLOG(jdwp) << StringPrintf("Add debugger as listener for instrumentation event 0x%x", in ProcessDeoptimizationRequest()
3153 VLOG(jdwp) << StringPrintf("Remove debugger as listener for instrumentation event 0x%x", in ProcessDeoptimizationRequest()
3160 VLOG(jdwp) << "Deoptimize the world ..."; in ProcessDeoptimizationRequest()
3162 VLOG(jdwp) << "Deoptimize the world DONE"; in ProcessDeoptimizationRequest()
3165 VLOG(jdwp) << "Undeoptimize the world ..."; in ProcessDeoptimizationRequest()
3167 VLOG(jdwp) << "Undeoptimize the world DONE"; in ProcessDeoptimizationRequest()
3170 VLOG(jdwp) << "Deoptimize method " << PrettyMethod(request.Method()) << " ..."; in ProcessDeoptimizationRequest()
3172 VLOG(jdwp) << "Deoptimize method " << PrettyMethod(request.Method()) << " DONE"; in ProcessDeoptimizationRequest()
3175 VLOG(jdwp) << "Undeoptimize method " << PrettyMethod(request.Method()) << " ..."; in ProcessDeoptimizationRequest()
3177 VLOG(jdwp) << "Undeoptimize method " << PrettyMethod(request.Method()) << " DONE"; in ProcessDeoptimizationRequest()
3202 … VLOG(jdwp) << StringPrintf("Queue request #%zd to start listening to instrumentation event 0x%x", in RequestDeoptimizationLocked()
3216 … VLOG(jdwp) << StringPrintf("Queue request #%zd to stop listening to instrumentation event 0x%x", in RequestDeoptimizationLocked()
3225 VLOG(jdwp) << "Queue request #" << deoptimization_requests_.size() in RequestDeoptimizationLocked()
3237 VLOG(jdwp) << "Queue request #" << deoptimization_requests_.size() in RequestDeoptimizationLocked()
3245 VLOG(jdwp) << "Queue request #" << deoptimization_requests_.size() in RequestDeoptimizationLocked()
3252 VLOG(jdwp) << "Queue request #" << deoptimization_requests_.size() in RequestDeoptimizationLocked()
3283 VLOG(jdwp) << "Process deoptimization request #" << req_index++; in ManageDeoptimization()
3364 VLOG(jdwp) << "No need for deoptimization when fully running with interpreter for method " in GetRequiredDeoptimizationKind()
3382 VLOG(jdwp) << "Need full deoptimization because of possible inlining of method " in GetRequiredDeoptimizationKind()
3393 VLOG(jdwp) << "Need full deoptimization because of possible direct code call " in GetRequiredDeoptimizationKind()
3397 VLOG(jdwp) << "Need selective deoptimization for compiled method " << PrettyMethod(m); in GetRequiredDeoptimizationKind()
3402 VLOG(jdwp) << "No need for deoptimization for non-compiled method " << PrettyMethod(m); in GetRequiredDeoptimizationKind()
3409 VLOG(jdwp) << "Breakpoint already set: no deoptimization is required"; in GetRequiredDeoptimizationKind()
3449 VLOG(jdwp) << "Set breakpoint #" << (gBreakpoints.size() - 1) << ": " in WatchLocation()
3463 VLOG(jdwp) << "Removed breakpoint #" << i << ": " << gBreakpoints[i]; in UnwatchLocation()
3785 if (VLOG_IS_ON(jdwp)) { in ConfigureStep()
3786 VLOG(jdwp) << "Single-step thread: " << *thread; in ConfigureStep()
3787 VLOG(jdwp) << "Single-step step size: " << single_step_control->GetStepSize(); in ConfigureStep()
3788 VLOG(jdwp) << "Single-step step depth: " << single_step_control->GetStepDepth(); in ConfigureStep()
3789 VLOG(jdwp) << "Single-step current method: " << PrettyMethod(single_step_control->GetMethod()); in ConfigureStep()
3790 VLOG(jdwp) << "Single-step current line: " << line_number; in ConfigureStep()
3791 VLOG(jdwp) << "Single-step current stack depth: " << single_step_control->GetStackDepth(); in ConfigureStep()
3792 VLOG(jdwp) << "Single-step dex_pc values:"; in ConfigureStep()
3794 VLOG(jdwp) << StringPrintf(" %#x", dex_pc); in ConfigureStep()
3976 VLOG(jdwp) << " Resuming all threads"; in PrepareInvokeMethod()
3979 VLOG(jdwp) << " Resuming event thread only"; in PrepareInvokeMethod()
4038 VLOG(jdwp) << "ExecuteMethod translated " << PrettyMethod(m) in ExecuteMethodWithoutPendingException()
4043 VLOG(jdwp) << "ExecuteMethod " << PrettyMethod(m) in ExecuteMethodWithoutPendingException()
4072 VLOG(jdwp) << " JDWP invocation returning with exception=" << exception.Get() in ExecuteMethodWithoutPendingException()
4079 VLOG(jdwp) << " JDWP promoted result from " << result_tag << " to " << new_tag; in ExecuteMethodWithoutPendingException()
4108 VLOG(jdwp) << " Suspending all threads"; in ExecuteMethodWithoutPendingException()
4113 VLOG(jdwp) << " --> returned " << result_tag in ExecuteMethodWithoutPendingException()
4120 if (VLOG_IS_ON(jdwp)) { in ExecuteMethodWithoutPendingException()
4124 VLOG(jdwp) << " string '" << result_string << "'"; in ExecuteMethodWithoutPendingException()
4127 VLOG(jdwp) << " string (null)"; in ExecuteMethodWithoutPendingException()
4171 VLOG(jdwp) << StringPrintf("REPLY INVOKE id=0x%06x (length=%zu)", in FinishInvokeMethod()
4176 VLOG(jdwp) << "Not sending invoke reply because debugger detached"; in FinishInvokeMethod()
4249 …VLOG(jdwp) << StringPrintf("DDM reply: type=0x%08x data=%p offset=%d length=%d", type, replyData.g… in DdmHandlePacket()
4267 …VLOG(jdwp) << StringPrintf("dvmHandleDdm returning type=%.4s %p len=%d", reinterpret_cast<char*>(r… in DdmHandlePacket()
4272 VLOG(jdwp) << "Broadcasting DDM " << (connect ? "connect" : "disconnect") << "..."; in DdmBroadcast()
4385 VLOG(jdwp) << "Debugger thread not active, ignoring DDM send: " << type; in DdmSendChunkV()