Home
last modified time | relevance | path

Searched refs:jdwp (Results 1 – 14 of 14) sorted by relevance

/art/runtime/jdwp/
Djdwp_request.cc60 VLOG(jdwp) << " string \"" << s << "\""; in ReadUtf8String()
79 VLOG(jdwp) << " " << what << " " << value; in ReadSigned32()
85 VLOG(jdwp) << " " << what << " " << value; in ReadUnsigned32()
91 VLOG(jdwp) << " field id " << DescribeField(id); in ReadFieldId()
97 VLOG(jdwp) << " method id " << DescribeMethod(id); in ReadMethodId()
103 VLOG(jdwp) << StringPrintf(" %s id %#" PRIx64, specific_kind, id); in ReadObjectId()
125 VLOG(jdwp) << " ref type id " << DescribeRefTypeId(id); in ReadRefTypeId()
131 VLOG(jdwp) << " frame id " << id; in ReadFrameId()
150 VLOG(jdwp) << " location " << location; in ReadLocation()
Djdwp_adb.cc124 VLOG(jdwp) << "ADB transport startup"; in InitAdbTransport()
239 VLOG(jdwp) << StringPrintf("PID sent as '%.*s' to ADB", 4, buff); in Accept()
246 if (VLOG_IS_ON(jdwp)) { in Accept()
262 VLOG(jdwp) << "trying to receive file descriptor from ADB"; in Accept()
275 VLOG(jdwp) << "received file descriptor " << clientSock << " from ADB"; in Accept()
339 VLOG(jdwp) << "+++ all fds are closed"; in ProcessIncoming()
365 VLOG(jdwp) << "Got wake-up signal, bailing out of select"; in ProcessIncoming()
388 VLOG(jdwp) << "+++ EINTR hit"; in ProcessIncoming()
392 VLOG(jdwp) << "+++ peer disconnected"; in ProcessIncoming()
429 VLOG(jdwp) << "+++ handshake complete"; in ProcessIncoming()
Djdwp_event.cc335 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()
[all …]
Djdwp_main.cc69 VLOG(jdwp) << "+++ writing to wake pipe"; in WakePipe()
118 VLOG(jdwp) << "+++ closing JDWP connection on fd " << clientSock; in Close()
148 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!"; in SendBufferedRequest()
172 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!"; in SendRequest()
343 VLOG(jdwp) << "JDWP shutting down net..."; in ~JdwpState()
354 VLOG(jdwp) << "JDWP freeing netstate..."; in ~JdwpState()
412 VLOG(jdwp) << "JDWP: thread running"; in Run()
532 VLOG(jdwp) << "JDWP: thread detaching and exiting..."; in Run()
583 VLOG(jdwp) << "+++ last=busy"; in LastDebuggerActivity()
591 VLOG(jdwp) << "+++ debugger interval=" << (now - last); in LastDebuggerActivity()
Djdwp_socket.cc230 if (VLOG_IS_ON(jdwp)) { in Accept()
242 VLOG(jdwp) << "+++ accepted connection from " << inet_ntoa(remote_addr_) << ":" << remote_port_; in Accept()
248 VLOG(jdwp) << "Setting TCP_NODELAY on accepted socket"; in Accept()
390 VLOG(jdwp) << "+++ all fds are closed"; in ProcessIncoming()
419 VLOG(jdwp) << "Got wake-up signal, bailing out of select"; in ProcessIncoming()
445 VLOG(jdwp) << "+++ EINTR hit"; in ProcessIncoming()
449 VLOG(jdwp) << "+++ peer disconnected"; in ProcessIncoming()
486 VLOG(jdwp) << "+++ handshake complete"; in ProcessIncoming()
Djdwp_handler.cc102 VLOG(jdwp) << StringPrintf(" --> thread_id=%#" PRIx64 " object_id=%#" PRIx64, in FinishInvoke()
104 VLOG(jdwp) << StringPrintf(" class_id=%#" PRIx64 " method_id=%x %s.%s", class_id, in FinishInvoke()
107 VLOG(jdwp) << StringPrintf(" %d args:", arg_count); in FinishInvoke()
115 VLOG(jdwp) << " " << argTypes[i] << StringPrintf("(%zd): %#" PRIx64, width, in FinishInvoke()
120 VLOG(jdwp) << StringPrintf(" options=0x%04x%s%s", options, in FinishInvoke()
148 VLOG(jdwp) << " --> returned " << resultTag in FinishInvoke()
154 if (VLOG_IS_ON(jdwp)) { in FinishInvoke()
158 VLOG(jdwp) << " string '" << result_string << "'"; in FinishInvoke()
161 VLOG(jdwp) << " string (null)"; in FinishInvoke()
538 VLOG(jdwp) << StringPrintf(" --> ObjectId %#" PRIx64, class_object_id); in RT_ClassObject()
[all …]
Dobject_registry.cc110 VLOG(jdwp) << "Object registry contained " << object_to_entry_.size() << " entries"; in Clear()
Djdwp.h424 VLOG(jdwp) << " " << specific_kind << " " << value; in ReadEnum1()
/art/runtime/
Ddebugger.cc389 VLOG(jdwp) << "Hit breakpoint #" << i << ": " << gBreakpoints[i]; in IsBreakpoint()
617 VLOG(jdwp) << "ParseJdwpOptions: " << options; in ParseJdwpOptions()
690 VLOG(jdwp) << "Sending heap info to DDM"; in GcDidFinish()
695 VLOG(jdwp) << "Dumping heap to DDM"; in GcDidFinish()
700 VLOG(jdwp) << "Dumping native heap to DDM"; in GcDidFinish()
723 VLOG(jdwp) << "JDWP has attached"; in Connected()
1712 VLOG(jdwp) << StringPrintf(" %2zd: %d(%d) '%s' '%s' '%s' actual slot=%d mangled slot=%d", in OutputVariableTable()
2335 … VLOG(jdwp) << StringPrintf(" Frame %3zd: id=%3" PRIu64 " ", depth_, frame_id) << location; in GetThreadFrames()
2536 VLOG(jdwp) << " --> slot " << slot << " " << reqSigByte; in GetLocalValues()
2560 VLOG(jdwp) << "get boolean local " << reg << " = " << intVal; in GetLocalValue()
[all …]
DAndroid.mk83 jdwp/jdwp_event.cc \
84 jdwp/jdwp_expand_buf.cc \
85 jdwp/jdwp_handler.cc \
86 jdwp/jdwp_main.cc \
87 jdwp/jdwp_request.cc \
88 jdwp/jdwp_socket.cc \
89 jdwp/object_registry.cc \
211 jdwp/jdwp_adb.cc \
309 jdwp/jdwp.h \
310 jdwp/jdwp_constants.h \
Dparsed_options_test.cc75 EXPECT_FALSE(VLOG_IS_ON(jdwp)); in TEST_F()
Dthread_list.cc688 VLOG(jdwp) << "invoke complete, signaling"; in SuspendSelfForDebugger()
709 VLOG(jdwp) << *self << " still suspended after undo " in SuspendSelfForDebugger()
Dparsed_options.cc487 gLogVerbosity.jdwp = true; in Parse()
/art/runtime/base/
Dlogging.h307 bool jdwp; member