/art/tools/ |
D | prebuilt_libjdwp_art_failures.txt | 13 name: "org.apache.harmony.jpda.tests.jdwp.ThreadReference_ThreadGroup002Test#testThreadGroup002" 19 name: "org.apache.harmony.jpda.tests.jdwp.ReferenceType_ModifiersTest#testModifiers001" 25 name: "org.apache.harmony.jpda.tests.jdwp.ReferenceType_GetValues006Test#testGetValues006" 31 names: [ "org.apache.harmony.jpda.tests.jdwp.Method_VariableTableTest#testVariableTableTest001", 32 …"org.apache.harmony.jpda.tests.jdwp.Method_VariableTableWithGenericTest#testVariableTableWithGener… 38 name: "org.apache.harmony.jpda.tests.jdwp.VirtualMachine_ClassPathsTest#testClassPaths001" 44 name: "org.apache.harmony.jpda.tests.jdwp.Events_VMDeath002Test#testVMDeathRequest" 50 name: "org.apache.harmony.jpda.tests.jdwp.StackFrame_ProxyThisObjectTest#testThisObject" 56 name: "org.apache.harmony.jpda.tests.jdwp.StackFrame_ThisObjectTest#testThisObjectTest001" 62 …names: [ "org.apache.harmony.jpda.tests.jdwp.EventModifiers_InstanceOnlyModifierTest#testBreakpoin… [all …]
|
D | external_oj_libjdwp_art_failures.txt | 13 name: "org.apache.harmony.jpda.tests.jdwp.ThreadReference_ThreadGroup002Test#testThreadGroup002" 19 name: "org.apache.harmony.jpda.tests.jdwp.ReferenceType_GetValues006Test#testGetValues006" 26 …names: [ "org.apache.harmony.jpda.tests.jdwp.ArrayReference_SetValues003Test#testSetValues003_Inva… 27 …"org.apache.harmony.jpda.tests.jdwp.ClassType_InvokeMethod002Test#testInvokeMethod_wrong_argument_… 28 "org.apache.harmony.jpda.tests.jdwp.ClassType_InvokeMethodTest#testInvokeMethod002", 29 "org.apache.harmony.jpda.tests.jdwp.ClassType_InvokeMethodTest#testInvokeMethod003", 30 "org.apache.harmony.jpda.tests.jdwp.ClassType_NewInstanceTest#testNewInstance002", 31 "org.apache.harmony.jpda.tests.jdwp.ClassType_SetValues002Test#testSetValues002", 32 … "org.apache.harmony.jpda.tests.jdwp.Events_ClassPrepare002Test#testClassPrepareCausedByDebugger", 33 …"org.apache.harmony.jpda.tests.jdwp.Events_ExceptionCaughtTest#testExceptionEvent_ThrowLocation_Fr… [all …]
|
D | run-prebuilt-libjdwp-tests.sh | 107 ./art/tools/run-jdwp-tests.sh \ 111 --jdwp-path "$jdwp_path" \
|
D | run-libjdwp-tests.sh | 121 verbose_run ./art/tools/run-jdwp-tests.sh \ 123 --jdwp-path "libjdwp.so" \
|
D | libjdwp-compat.props | 15 # These are properties that are needed for RI jdwp to run.
|
D | art | 53 --allow-default-jdwp Don't automatically put in -XjdwpProvider:none. 372 --allow-default-jdwp) 560 # run-jdwp-test.sh when running on device), '$' (may be used as part of
|
/art/runtime/jdwp/ |
D | jdwp_request.cc | 61 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()
|
D | jdwp_adb.cc | 151 VLOG(jdwp) << "ADB transport startup"; in InitAdbTransport() 276 VLOG(jdwp) << "PID " << pid << " sent to ADB"; in Accept() 283 if (VLOG_IS_ON(jdwp)) { in Accept() 299 VLOG(jdwp) << "trying to receive file descriptor from ADB"; in Accept() 316 VLOG(jdwp) << "received file descriptor " << clientSock << " from ADB"; in Accept() 380 VLOG(jdwp) << "+++ all fds are closed"; in ProcessIncoming() 406 VLOG(jdwp) << "Got wake-up signal, bailing out of select"; in ProcessIncoming() 430 VLOG(jdwp) << "+++ EINTR hit"; in ProcessIncoming() 434 VLOG(jdwp) << "+++ peer disconnected"; in ProcessIncoming() 471 VLOG(jdwp) << "+++ handshake complete"; in ProcessIncoming()
|
D | jdwp_event.cc | 255 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 …]
|
D | jdwp_socket.cc | 235 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()
|
D | jdwp_main.cc | 105 VLOG(jdwp) << "ParseJdwpOptions: " << options; in ParseJdwpOptions() 187 VLOG(jdwp) << "+++ writing to wake pipe"; in WakePipe() 236 VLOG(jdwp) << "+++ closing JDWP connection on fd " << clientSock; in Close() 276 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!"; in SendBufferedRequest() 300 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!"; in SendRequest() 475 VLOG(jdwp) << "JDWP command in progress: wait for it to finish ..."; in ~JdwpState() 479 VLOG(jdwp) << "JDWP shutting down net..."; in ~JdwpState() 491 VLOG(jdwp) << "JDWP freeing netstate..."; in ~JdwpState() 566 VLOG(jdwp) << "JDWP: thread running"; in Run() 685 VLOG(jdwp) << "JDWP: thread detaching and exiting..."; in Run() [all …]
|
D | jdwp_handler.cc | 96 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() 494 VLOG(jdwp) << StringPrintf(" --> ObjectId %#" PRIx64, class_object_id); in RT_ClassObject() 633 VLOG(jdwp) << " --> field=" << fieldId << " tag=" << fieldTag << " --> " << value; in CT_SetValues() 824 …VLOG(jdwp) << " --> fieldId=" << fieldId << " tag=" << fieldTag << "(" << width << ") value=" <… in OR_SetValues() 912 VLOG(jdwp) << StringPrintf(" --> %s", PrintableString(str.c_str()).c_str()); in SR_Value() 931 VLOG(jdwp) << StringPrintf(" Name of thread %#" PRIx64 " is \"%s\"", thread_id, name.c_str()); in TR_Name() [all …]
|
D | object_registry.cc | 162 VLOG(jdwp) << "Object registry contained " << object_to_entry_.size() << " entries"; in Clear()
|
D | jdwp.h | 460 VLOG(jdwp) << " " << specific_kind << " " << value; in ReadEnum1()
|
/art/adbconnection/ |
D | adbconnection.cc | 323 VLOG(jdwp) << "Not sending ddms data of type " in SendDdmPacket() 394 VLOG(jdwp) << StringPrintf("sent DDMS packet %c%c%c%c to debugger %zu", in SendDdmPacket() 445 VLOG(jdwp) << "Fds have been sent to jdwp agent!"; in SendAgentFds() 481 VLOG(jdwp) << "Fds have been received from ADB!"; in ReadFdFromAdb() 527 VLOG(jdwp) << "PID " << pid << " sent to adb"; in SetupAdbConnection() 535 if (VLOG_IS_ON(jdwp)) { in SetupAdbConnection() 598 VLOG(jdwp) << "Local agent control sock has data: " << static_cast<const char*>(buf); in RunPollLoop() 630 VLOG(jdwp) << "Ignoring second debugger. Accept then drop!"; in RunPollLoop() 635 VLOG(jdwp) << "Adb connection established with fd " << new_fd; in RunPollLoop() 641 VLOG(jdwp) << "Sending fds as soon as we received them."; in RunPollLoop() [all …]
|
/art/runtime/ |
D | debugger.cc | 343 VLOG(jdwp) << "Debugger thread not active, ignoring DDM send: " << type; in DdmPublishChunk() 401 VLOG(jdwp) << "Hit breakpoint #" << i << ": " << gBreakpoints[i]; in IsBreakpoint() 603 VLOG(jdwp) << "Sending heap info to DDM"; in GcDidFinish() 608 VLOG(jdwp) << "Dumping heap to DDM"; in GcDidFinish() 613 VLOG(jdwp) << "Dumping native heap to DDM"; in GcDidFinish() 640 VLOG(jdwp) << "JDWP has attached"; in Connected() 1720 VLOG(jdwp) << StringPrintf(" %2zd: %d(%d) '%s' '%s' '%s' actual slot=%d mangled slot=%d", in OutputVariableTable() 2429 VLOG(jdwp) in GetThreadFrames() 2603 VLOG(jdwp) << " --> slot " << slot << " " << reqSigByte; in GetLocalValues() 2648 VLOG(jdwp) << "get boolean local " << vreg << " = " << intVal; in GetLocalValue() [all …]
|
D | Android.bp | 108 "jdwp/jdwp_event.cc", 109 "jdwp/jdwp_expand_buf.cc", 110 "jdwp/jdwp_handler.cc", 111 "jdwp/jdwp_main.cc", 112 "jdwp/jdwp_request.cc", 113 "jdwp/jdwp_socket.cc", 114 "jdwp/object_registry.cc", 338 "jdwp/jdwp_adb.cc", 485 "jdwp/jdwp.h", 486 "jdwp/jdwp_constants.h", [all …]
|
D | parsed_options_test.cc | 101 EXPECT_FALSE(VLOG_IS_ON(jdwp)); in TEST_F()
|
D | thread_list.cc | 1203 VLOG(jdwp) << *self << " still suspended after undo " in SuspendSelfForDebugger()
|
/art/libartbase/base/ |
D | logging.h | 41 bool jdwp; member
|
/art/cmdline/ |
D | cmdline_parser_test.cc | 268 log_verbosity.jdwp = true; in TEST_F() 292 log_verbosity.jdwp = true; in TEST_F()
|
D | cmdline_types.h | 571 log_verbosity.jdwp = true;
|
/art/openjdkjvmti/ |
D | OpenjdkJvmTi.cc | 1417 art::gLogVerbosity.jdwp = val; in SetVerboseFlag()
|