Home
last modified time | relevance | path

Searched refs:jdwp (Results 1 – 16 of 16) 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.cc338 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()
[all …]
Djdwp_main.cc70 VLOG(jdwp) << "+++ writing to wake pipe"; in WakePipe()
119 VLOG(jdwp) << "+++ closing JDWP connection on fd " << clientSock; in Close()
156 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!"; in SendBufferedRequest()
180 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!"; in SendRequest()
354 VLOG(jdwp) << "JDWP command in progress: wait for it to finish ..."; in ~JdwpState()
358 VLOG(jdwp) << "JDWP shutting down net..."; in ~JdwpState()
370 VLOG(jdwp) << "JDWP freeing netstate..."; in ~JdwpState()
443 VLOG(jdwp) << "JDWP: thread running"; in Run()
563 VLOG(jdwp) << "JDWP: thread detaching and exiting..."; in Run()
614 VLOG(jdwp) << "+++ last=busy"; in LastDebuggerActivity()
[all …]
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.cc92 VLOG(jdwp) << StringPrintf(" --> thread_id=%#" PRIx64 " object_id=%#" PRIx64, in RequestInvoke()
94 VLOG(jdwp) << StringPrintf(" class_id=%#" PRIx64 " method_id=%#" PRIx64 " %s.%s", in RequestInvoke()
97 VLOG(jdwp) << StringPrintf(" %d args:", arg_count); in RequestInvoke()
105 VLOG(jdwp) << " " << argTypes[i] << StringPrintf("(%zd): %#" PRIx64, width, in RequestInvoke()
110 VLOG(jdwp) << StringPrintf(" options=0x%04x%s%s", options, in RequestInvoke()
492 VLOG(jdwp) << StringPrintf(" --> ObjectId %#" PRIx64, class_object_id); in RT_ClassObject()
626 VLOG(jdwp) << " --> field=" << fieldId << " tag=" << fieldTag << " --> " << value; in CT_SetValues()
796 …VLOG(jdwp) << " --> fieldId=" << fieldId << " tag=" << fieldTag << "(" << width << ") value=" <… in OR_SetValues()
884 VLOG(jdwp) << StringPrintf(" --> %s", PrintableString(str.c_str()).c_str()); in SR_Value()
903 VLOG(jdwp) << StringPrintf(" Name of thread %#" PRIx64 " is \"%s\"", thread_id, name.c_str()); in TR_Name()
[all …]
Dobject_registry.cc153 VLOG(jdwp) << "Object registry contained " << object_to_entry_.size() << " entries"; in Clear()
Djdwp.h456 VLOG(jdwp) << " " << specific_kind << " " << value; in ReadEnum1()
/art/runtime/
DAndroid.mk89 jdwp/jdwp_event.cc \
90 jdwp/jdwp_expand_buf.cc \
91 jdwp/jdwp_handler.cc \
92 jdwp/jdwp_main.cc \
93 jdwp/jdwp_request.cc \
94 jdwp/jdwp_socket.cc \
95 jdwp/object_registry.cc \
219 jdwp/jdwp_adb.cc \
324 jdwp/jdwp.h \
325 jdwp/jdwp_constants.h \
Ddebugger.cc428 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()
[all …]
Dparsed_options_test.cc87 EXPECT_FALSE(VLOG_IS_ON(jdwp)); in TEST_F()
Dthread_list.cc926 VLOG(jdwp) << *self << " still suspended after undo " in SuspendSelfForDebugger()
/art/tools/
Drun-jdwp-tests.sh23 test_jar=out/host/linux-x86/framework/apache-harmony-jdwp-tests-hostdex.jar
/art/cmdline/
Dcmdline_parser_test.cc233 log_verbosity.jdwp = true; in TEST_F()
255 log_verbosity.jdwp = true; in TEST_F()
Dcmdline_types.h78 VLOG(jdwp) << "ParseJdwpOptions: " << options;
593 log_verbosity.jdwp = true;
/art/runtime/base/
Dlogging.h44 bool jdwp; member