/aosp12/art/tools/ |
H A 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" 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" 73 names: [ "org.apache.harmony.jpda.tests.jdwp.VMDebug_VMDebugTest#testVMDebug", 74 "org.apache.harmony.jpda.tests.jdwp.VMDebug_VMDebugTest002#testVMDebug" ] 86 "org.apache.harmony.jpda.tests.jdwp.ClassType_SetValues002Test#testSetValues002", [all …]
|
H A 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" 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", 41 "org.apache.harmony.jpda.tests.jdwp.ObjectReference_SetValuesTest#testSetValues001", 43 "org.apache.harmony.jpda.tests.jdwp.ReferenceType_GetValues002Test#testGetValues002", 44 "org.apache.harmony.jpda.tests.jdwp.ReferenceType_GetValues004Test#testGetValues004", 55 names: [ "org.apache.harmony.jpda.tests.jdwp.VMDebug_VMDebugTest#testVMDebug", [all …]
|
H A D | run-prebuilt-libjdwp-tests.sh | 107 ./art/tools/run-jdwp-tests.sh \ 111 --jdwp-path "$jdwp_path" \
|
H A D | run-libjdwp-tests.sh | 148 verbose_run ./art/tools/run-jdwp-tests.sh \ 150 --jdwp-path "libjdwp.so" \
|
H A D | libjdwp-compat.props | 15 # These are properties that are needed for RI jdwp to run.
|
H A D | art | 58 --allow-default-jdwp Don't automatically put in -XjdwpProvider:none. 400 --allow-default-jdwp)
|
/aosp12/art/adbconnection/ |
H A D | adbconnection.cc | 350 VLOG(jdwp) << "Not sending ddms data of type " in SendDdmPacket() 421 VLOG(jdwp) << StringPrintf("sent DDMS packet %c%c%c%c to debugger %zu", in SendDdmPacket() 472 VLOG(jdwp) << "Fds have been sent to jdwp agent!"; in SendAgentFds() 576 VLOG(jdwp) << "Local agent control sock has data: " << static_cast<const char*>(buf); in RunPollLoop() 617 VLOG(jdwp) << "Ignoring second debugger. Accept then drop!"; in RunPollLoop() 622 VLOG(jdwp) << "Adb connection established with fd " << new_fd; in RunPollLoop() 628 VLOG(jdwp) << "Sending fds as soon as we received them."; in RunPollLoop() 647 VLOG(jdwp) << "Sending agent fds again on data."; in RunPollLoop() 656 VLOG(jdwp) << "Woke up poll without anything to do!"; in RunPollLoop() 707 VLOG(jdwp) << "Loading agent due to jdwp packet that cannot be handled by adbconnection."; in HandleDataWithoutAgent()
|
/aosp12/art/runtime/ |
H A D | debugger.cc | 116 VLOG(jdwp) << "Sending heap info to DDM"; in GcDidFinish() 121 VLOG(jdwp) << "Dumping heap to DDM"; in GcDidFinish() 126 VLOG(jdwp) << "Dumping native heap to DDM"; in GcDidFinish() 244 VLOG(jdwp) << StringPrintf("DDM reply: type=0x%08x data=%p offset=%d length=%d", in DdmHandleChunk() 268 VLOG(jdwp) << "Broadcasting DDM " << (connect ? "connect" : "disconnect") << "..."; in DdmBroadcast() 972 VLOG(jdwp) << "Collecting StringTables."; in GetRecentAllocations() 1001 VLOG(jdwp) << "Done collecting StringTables:" << std::endl in GetRecentAllocations() 1035 VLOG(jdwp) << "Dumping allocations with stacks"; in GetRecentAllocations() 1079 VLOG(jdwp) << "Dumping tables."; in GetRecentAllocations() 1089 VLOG(jdwp) << "GetRecentAllocations: data created. " << bytes.size(); in GetRecentAllocations()
|
H A D | parsed_options_test.cc | 104 EXPECT_FALSE(VLOG_IS_ON(jdwp)); in TEST_F()
|
H A D | runtime.cc | 1611 VLOG(jdwp) << "Disabling all JDWP support."; in Init()
|
/aosp12/packages/modules/adb/libs/adbconnection/ |
H A D | Android.bp | 3 // libadbconnection_client/server implement the socket handling for jdwp 4 // forwarding and the track-jdwp service.
|
/aosp12/packages/modules/adb/daemon/ |
H A D | jdwp_service.cpp | 355 JdwpSocket* jdwp = (JdwpSocket*)s; in jdwp_socket_ready() local 356 asocket* peer = jdwp->peer; in jdwp_socket_ready() 361 if (!jdwp->pass) { in jdwp_socket_ready() 367 jdwp->pass = true; in jdwp_socket_ready()
|
/aosp12/art/libartbase/base/ |
H A D | logging.h | 45 bool jdwp; member
|
/aosp12/art/tools/jvmti-agents/enable-vlog/ |
H A D | README.md | 44 * `jdwp`
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_logging.cc | 115 art::gLogVerbosity.jdwp = val; in SetVerboseFlag()
|
/aosp12/packages/modules/adb/ |
H A D | SERVICES.TXT | 112 jdwp:<pid> -> JDWP thread on VM process <pid> 220 jdwp:<pid> 223 track-jdwp
|
/aosp12/art/cmdline/ |
H A D | cmdline_parser_test.cc | 267 log_verbosity.jdwp = true; in TEST_F() 291 log_verbosity.jdwp = true; in TEST_F()
|
H A D | cmdline_types.h | 652 log_verbosity.jdwp = true;
|
/aosp12/art/build/sdk/ |
H A D | Android.bp | 244 "apache-harmony-jdwp-tests",
|
/aosp12/system/sepolicy/prebuilts/api/26.0/private/ |
H A D | system_server.te | 620 # Used for e.g. jdwp.
|
/aosp12/system/sepolicy/prebuilts/api/27.0/private/ |
H A D | system_server.te | 648 # Used for e.g. jdwp.
|
/aosp12/system/sepolicy/prebuilts/api/28.0/private/ |
H A D | system_server.te | 708 # Used for e.g. jdwp.
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | system_server.te | 815 # Used for e.g. jdwp.
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | system_server.te | 860 # Used for e.g. jdwp.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | system_server.te | 1008 # Used for e.g. jdwp.
|