Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_request.cc61 VLOG(jdwp) << " string \"" << s << "\""; in ReadUtf8String()
80 VLOG(jdwp) << " " << what << " " << value; in ReadSigned32()
86 VLOG(jdwp) << " " << what << " " << value; in ReadUnsigned32()
92 VLOG(jdwp) << " field id " << DescribeField(id); in ReadFieldId()
98 VLOG(jdwp) << " method id " << DescribeMethod(id); in ReadMethodId()
104 VLOG(jdwp) << android::base::StringPrintf(" %s id %#" PRIx64, specific_kind, id); in ReadObjectId()
126 VLOG(jdwp) << " ref type id " << DescribeRefTypeId(id); in ReadRefTypeId()
132 VLOG(jdwp) << " frame id " << id; in ReadFrameId()
151 VLOG(jdwp) << " location " << location; in ReadLocation()
Djdwp_adb.cc155 VLOG(jdwp) << "ADB transport startup"; in InitAdbTransport()
282 VLOG(jdwp) << StringPrintf("PID sent as '%.*s' to ADB", 4, buff); in Accept()
289 if (VLOG_IS_ON(jdwp)) { in Accept()
305 VLOG(jdwp) << "trying to receive file descriptor from ADB"; in Accept()
322 VLOG(jdwp) << "received file descriptor " << clientSock << " from ADB"; in Accept()
386 VLOG(jdwp) << "+++ all fds are closed"; in ProcessIncoming()
412 VLOG(jdwp) << "Got wake-up signal, bailing out of select"; in ProcessIncoming()
436 VLOG(jdwp) << "+++ EINTR hit"; in ProcessIncoming()
440 VLOG(jdwp) << "+++ peer disconnected"; in ProcessIncoming()
477 VLOG(jdwp) << "+++ handshake complete"; in ProcessIncoming()
Djdwp_event.cc255 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()
[all …]
Djdwp_main.cc74 VLOG(jdwp) << "+++ writing to wake pipe"; in WakePipe()
123 VLOG(jdwp) << "+++ closing JDWP connection on fd " << clientSock; in Close()
163 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!"; in SendBufferedRequest()
187 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!"; in SendRequest()
362 VLOG(jdwp) << "JDWP command in progress: wait for it to finish ..."; in ~JdwpState()
366 VLOG(jdwp) << "JDWP shutting down net..."; in ~JdwpState()
378 VLOG(jdwp) << "JDWP freeing netstate..."; in ~JdwpState()
453 VLOG(jdwp) << "JDWP: thread running"; in Run()
572 VLOG(jdwp) << "JDWP: thread detaching and exiting..."; in Run()
623 VLOG(jdwp) << "+++ last=busy"; in LastDebuggerActivity()
[all …]
Djdwp_socket.cc235 if (VLOG_IS_ON(jdwp)) { in Accept()
247 VLOG(jdwp) << "+++ accepted connection from " << inet_ntoa(remote_addr_) << ":" << remote_port_; in Accept()
253 VLOG(jdwp) << "Setting TCP_NODELAY on accepted socket"; in Accept()
420 VLOG(jdwp) << "+++ all fds are closed"; in ProcessIncoming()
449 VLOG(jdwp) << "Got wake-up signal, bailing out of select"; in ProcessIncoming()
476 VLOG(jdwp) << "+++ EINTR hit"; in ProcessIncoming()
480 VLOG(jdwp) << "+++ peer disconnected"; in ProcessIncoming()
518 VLOG(jdwp) << "+++ handshake complete"; in ProcessIncoming()
Djdwp_handler.cc96 VLOG(jdwp) << StringPrintf(" --> thread_id=%#" PRIx64 " object_id=%#" PRIx64, in RequestInvoke()
98 VLOG(jdwp) << StringPrintf(" class_id=%#" PRIx64 " method_id=%#" PRIx64 " %s.%s", in RequestInvoke()
101 VLOG(jdwp) << StringPrintf(" %d args:", arg_count); in RequestInvoke()
109 VLOG(jdwp) << " " << argTypes[i] << StringPrintf("(%zd): %#" PRIx64, width, in RequestInvoke()
114 VLOG(jdwp) << StringPrintf(" options=0x%04x%s%s", options, in RequestInvoke()
495 VLOG(jdwp) << StringPrintf(" --> ObjectId %#" PRIx64, class_object_id); in RT_ClassObject()
634 VLOG(jdwp) << " --> field=" << fieldId << " tag=" << fieldTag << " --> " << value; in CT_SetValues()
825 …VLOG(jdwp) << " --> fieldId=" << fieldId << " tag=" << fieldTag << "(" << width << ") value=" <… in OR_SetValues()
913 VLOG(jdwp) << StringPrintf(" --> %s", PrintableString(str.c_str()).c_str()); in SR_Value()
932 VLOG(jdwp) << StringPrintf(" Name of thread %#" PRIx64 " is \"%s\"", thread_id, name.c_str()); in TR_Name()
[all …]
Dobject_registry.cc162 VLOG(jdwp) << "Object registry contained " << object_to_entry_.size() << " entries"; in Clear()
Djdwp.h456 VLOG(jdwp) << " " << specific_kind << " " << value; in ReadEnum1()
/art/runtime/
Ddebugger.cc348 VLOG(jdwp) << "Hit breakpoint #" << i << ": " << gBreakpoints[i]; in IsBreakpoint()
543 VLOG(jdwp) << "Sending heap info to DDM"; in GcDidFinish()
548 VLOG(jdwp) << "Dumping heap to DDM"; in GcDidFinish()
553 VLOG(jdwp) << "Dumping native heap to DDM"; in GcDidFinish()
580 VLOG(jdwp) << "JDWP has attached"; in Connected()
1652 VLOG(jdwp) << StringPrintf(" %2zd: %d(%d) '%s' '%s' '%s' actual slot=%d mangled slot=%d", in OutputVariableTable()
2381 … 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 …]
DAndroid.bp109 "jdwp/jdwp_event.cc",
110 "jdwp/jdwp_expand_buf.cc",
111 "jdwp/jdwp_handler.cc",
112 "jdwp/jdwp_main.cc",
113 "jdwp/jdwp_request.cc",
114 "jdwp/jdwp_socket.cc",
115 "jdwp/object_registry.cc",
346 "jdwp/jdwp_adb.cc",
449 "jdwp/jdwp.h",
450 "jdwp/jdwp_constants.h",
Dparsed_options_test.cc98 EXPECT_FALSE(VLOG_IS_ON(jdwp)); in TEST_F()
Dthread_list.cc1180 VLOG(jdwp) << *self << " still suspended after undo " in SuspendSelfForDebugger()
/art/runtime/base/
Dlogging.h44 bool jdwp; member
/art/tools/
Drun-jdwp-tests.sh27 test_jack=${ANDROID_HOST_OUT}/../common/obj/JAVA_LIBRARIES/apache-harmony-jdwp-tests-hostdex_interm…
Dart256 # This is for run-jdwp-test.sh which uses this script and has arguments with
/art/cmdline/
Dcmdline_parser_test.cc251 log_verbosity.jdwp = true; in TEST_F()
274 log_verbosity.jdwp = true; in TEST_F()
Dcmdline_types.h83 VLOG(jdwp) << "ParseJdwpOptions: " << options;
630 log_verbosity.jdwp = true;
/art/runtime/openjdkjvmti/
DOpenjdkJvmTi.cc1613 art::gLogVerbosity.jdwp = val; in SetVerboseFlag()