Searched refs:jdwp (Results 1 – 13 of 13) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_request.cc | 58 VLOG(jdwp) << " string \"" << s << "\""; in ReadUtf8String() 77 VLOG(jdwp) << " " << what << " " << value; in ReadSigned32() 83 VLOG(jdwp) << " " << what << " " << value; in ReadUnsigned32() 89 VLOG(jdwp) << " field id " << DescribeField(id); in ReadFieldId() 95 VLOG(jdwp) << " method id " << DescribeMethod(id); in ReadMethodId() 101 VLOG(jdwp) << StringPrintf(" %s id %#llx", specific_kind, id); in ReadObjectId() 123 VLOG(jdwp) << " ref type id " << DescribeRefTypeId(id); in ReadRefTypeId() 129 VLOG(jdwp) << " frame id " << id; in ReadFrameId() 148 VLOG(jdwp) << " location " << location; in ReadLocation()
|
D | jdwp_adb.cc | 124 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() 392 VLOG(jdwp) << "+++ peer disconnected"; in ProcessIncoming() 429 VLOG(jdwp) << "+++ handshake complete"; in ProcessIncoming()
|
D | jdwp_event.cc | 338 VLOG(jdwp) << "##### Removing expired event"; in CleanupMatchList() 497 VLOG(jdwp) << "SuspendByPolicy(" << suspend_policy << ")"; in SuspendByPolicy() 540 VLOG(jdwp) << "invoke complete, signaling and self-suspending"; in SuspendByPolicy() 598 …VLOG(jdwp) << StringPrintf("event in progress (%#llx), %#llx sleeping", event_thread_id_, threadId… in SetWaitForEventThread() 604 VLOG(jdwp) << StringPrintf("event token grabbed (%#llx)", threadId); in SetWaitForEventThread() 624 VLOG(jdwp) << StringPrintf("cleared event token (%#llx)", event_thread_id_); in ClearWaitForEventThread() 684 VLOG(jdwp) << "EVENT: " << EK_VM_START; in PostVMStart() 685 VLOG(jdwp) << " suspend_policy=" << suspend_policy; in PostVMStart() 737 VLOG(jdwp) << "Ignoring location event in JDWP thread"; in PostLocationEvent() 751 VLOG(jdwp) << "Not checking breakpoints during invoke (" << basket.className << ")"; in PostLocationEvent() [all …]
|
D | jdwp_main.cc | 69 VLOG(jdwp) << "+++ writing to wake pipe"; in WakePipe() 118 VLOG(jdwp) << "+++ closing JDWP connection on fd " << clientSock; in Close() 147 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!"; in SendBufferedRequest() 171 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!"; in SendRequest() 353 VLOG(jdwp) << "JDWP shutting down net..."; in ~JdwpState() 364 VLOG(jdwp) << "JDWP freeing netstate..."; in ~JdwpState() 415 VLOG(jdwp) << "JDWP: thread running"; in Run() 537 VLOG(jdwp) << "JDWP: thread detaching and exiting..."; in Run() 588 VLOG(jdwp) << "+++ last=busy"; in LastDebuggerActivity() 596 VLOG(jdwp) << "+++ debugger interval=" << (now - last); in LastDebuggerActivity()
|
D | jdwp_socket.cc | 230 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() 449 VLOG(jdwp) << "+++ peer disconnected"; in ProcessIncoming() 486 VLOG(jdwp) << "+++ handshake complete"; in ProcessIncoming()
|
D | jdwp_handler.cc | 102 VLOG(jdwp) << StringPrintf(" --> thread_id=%#llx object_id=%#llx", thread_id, object_id); in FinishInvoke() 103 VLOG(jdwp) << StringPrintf(" class_id=%#llx method_id=%x %s.%s", class_id, in FinishInvoke() 106 VLOG(jdwp) << StringPrintf(" %d args:", arg_count); in FinishInvoke() 114 VLOG(jdwp) << " " << argTypes[i] << StringPrintf("(%zd): %#llx", width, argValues[i]); in FinishInvoke() 118 VLOG(jdwp) << StringPrintf(" options=0x%04x%s%s", options, in FinishInvoke() 146 …VLOG(jdwp) << " --> returned " << resultTag << StringPrintf(" %#llx (except=%#llx)", resultValue,… in FinishInvoke() 151 VLOG(jdwp) << " string '" << Dbg::StringToUtf8(resultValue) << "'"; in FinishInvoke() 153 VLOG(jdwp) << " string (null)"; in FinishInvoke() 529 VLOG(jdwp) << StringPrintf(" --> ObjectId %#llx", class_object_id); in RT_ClassObject() 663 VLOG(jdwp) << " --> field=" << fieldId << " tag=" << fieldTag << " --> " << value; in CT_SetValues() [all …]
|
D | object_registry.cc | 91 VLOG(jdwp) << "Object registry contained " << object_to_entry_.size() << " entries"; in Clear()
|
D | jdwp.h | 381 VLOG(jdwp) << " " << specific_kind << " " << value; in ReadEnum1()
|
/art/runtime/ |
D | Android.mk | 67 jdwp/jdwp_event.cc \ 68 jdwp/jdwp_expand_buf.cc \ 69 jdwp/jdwp_handler.cc \ 70 jdwp/jdwp_main.cc \ 71 jdwp/jdwp_request.cc \ 72 jdwp/jdwp_socket.cc \ 73 jdwp/object_registry.cc \ 176 jdwp/jdwp_adb.cc \ 244 jdwp/jdwp.h \ 245 jdwp/jdwp_constants.h \
|
D | debugger.cc | 203 VLOG(jdwp) << "Hit breakpoint #" << i << ": " << gBreakpoints[i]; in IsBreakpoint() 412 VLOG(jdwp) << "ParseJdwpOptions: " << options; in ParseJdwpOptions() 510 VLOG(jdwp) << "JDWP has attached"; in Connected() 1368 …VLOG(jdwp) << StringPrintf(" %2zd: %d(%d) '%s' '%s' '%s' actual slot=%d mangled slot=%d", pCont… in OutputVariableTable() 1884 VLOG(jdwp) << StringPrintf(" Frame %3zd: id=%3lld ", depth_, frame_id) << location; in GetThreadFrames() 2039 VLOG(jdwp) << "get boolean local " << reg << " = " << intVal; in GetLocalValue() 2047 VLOG(jdwp) << "get byte local " << reg << " = " << intVal; in GetLocalValue() 2056 VLOG(jdwp) << "get short/char local " << reg << " = " << intVal; in GetLocalValue() 2064 VLOG(jdwp) << "get int local " << reg << " = " << intVal; in GetLocalValue() 2072 VLOG(jdwp) << "get int/float local " << reg << " = " << intVal; in GetLocalValue() [all …]
|
D | runtime_test.cc | 76 EXPECT_FALSE(VLOG_IS_ON(jdwp)); in TEST_F()
|
D | runtime.cc | 555 gLogVerbosity.jdwp = true; in Create()
|
/art/runtime/base/ |
D | logging.h | 314 bool jdwp; member
|