/art/tools/ |
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.ModifiersTest#testModifiers001" 25 name: "org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues006Test#testGetValues006" 32 …names: [ "org.apache.harmony.jpda.tests.jdwp.ArrayReference.SetValues003Test#testSetValues003_Inva… 33 …"org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethod002Test#testInvokeMethod_wrong_argument_… 34 "org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethodTest#testInvokeMethod002", 35 "org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethodTest#testInvokeMethod003", 36 "org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstanceTest#testNewInstance002", 37 "org.apache.harmony.jpda.tests.jdwp.ClassType.SetValues002Test#testSetValues002", 38 … "org.apache.harmony.jpda.tests.jdwp.Events.ClassPrepare002Test#testClassPrepareCausedByDebugger", [all …]
|
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 | run-libjdwp-tests.sh | 88 verbose_run ./art/tools/run-jdwp-tests.sh \ 90 --jdwp-path "libjdwp.so" \
|
D | run-prebuilt-libjdwp-tests.sh | 107 ./art/tools/run-jdwp-tests.sh \ 111 --jdwp-path "$jdwp_path" \
|
D | libjdwp-compat.props | 15 # These are properties that are needed for RI jdwp to run.
|
D | art | 401 # 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 | 154 VLOG(jdwp) << "ADB transport startup"; in InitAdbTransport() 279 VLOG(jdwp) << "PID " << pid << " sent to ADB"; in Accept() 286 if (VLOG_IS_ON(jdwp)) { in Accept() 302 VLOG(jdwp) << "trying to receive file descriptor from ADB"; in Accept() 319 VLOG(jdwp) << "received file descriptor " << clientSock << " from ADB"; in Accept() 383 VLOG(jdwp) << "+++ all fds are closed"; in ProcessIncoming() 409 VLOG(jdwp) << "Got wake-up signal, bailing out of select"; in ProcessIncoming() 433 VLOG(jdwp) << "+++ EINTR hit"; in ProcessIncoming() 437 VLOG(jdwp) << "+++ peer disconnected"; in ProcessIncoming() 474 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() 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 …]
|
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() 482 VLOG(jdwp) << "Fds have been received from ADB!"; in ReadFdFromAdb() 532 VLOG(jdwp) << "PID " << pid << " sent to adb"; in SetupAdbConnection() 540 if (VLOG_IS_ON(jdwp)) { in SetupAdbConnection() 603 VLOG(jdwp) << "Local agent control sock has data: " << static_cast<const char*>(buf); in RunPollLoop() 636 VLOG(jdwp) << "Ignoring second debugger. Accept then drop!"; in RunPollLoop() 641 VLOG(jdwp) << "Adb connection established with fd " << new_fd; in RunPollLoop() 647 VLOG(jdwp) << "Sending fds as soon as we received them."; in RunPollLoop() [all …]
|
/art/runtime/ |
D | Android.bp | 107 "jdwp/jdwp_event.cc", 108 "jdwp/jdwp_expand_buf.cc", 109 "jdwp/jdwp_handler.cc", 110 "jdwp/jdwp_main.cc", 111 "jdwp/jdwp_request.cc", 112 "jdwp/jdwp_socket.cc", 113 "jdwp/object_registry.cc", 342 "jdwp/jdwp_adb.cc", 446 "jdwp/jdwp.h", 447 "jdwp/jdwp_constants.h", [all …]
|
D | parsed_options_test.cc | 98 EXPECT_FALSE(VLOG_IS_ON(jdwp)); in TEST_F()
|
D | thread_list.cc | 1214 VLOG(jdwp) << *self << " still suspended after undo " in SuspendSelfForDebugger()
|
D | runtime.cc | 1300 VLOG(jdwp) << "Disabling all JDWP support."; in Init()
|
/art/libartbase/base/ |
D | logging.h | 44 bool jdwp; member
|
/art/cmdline/ |
D | cmdline_parser_test.cc | 257 log_verbosity.jdwp = true; in TEST_F() 281 log_verbosity.jdwp = true; in TEST_F()
|
D | cmdline_types.h | 558 log_verbosity.jdwp = true;
|