Home
last modified time | relevance | path

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

12

/aosp12/art/tools/
H A Dprebuilt_libjdwp_art_failures.txt13 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 Dexternal_oj_libjdwp_art_failures.txt13 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 Drun-prebuilt-libjdwp-tests.sh107 ./art/tools/run-jdwp-tests.sh \
111 --jdwp-path "$jdwp_path" \
H A Drun-libjdwp-tests.sh148 verbose_run ./art/tools/run-jdwp-tests.sh \
150 --jdwp-path "libjdwp.so" \
H A Dlibjdwp-compat.props15 # These are properties that are needed for RI jdwp to run.
H A Dart58 --allow-default-jdwp Don't automatically put in -XjdwpProvider:none.
400 --allow-default-jdwp)
/aosp12/art/adbconnection/
H A Dadbconnection.cc350 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 Ddebugger.cc116 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 Dparsed_options_test.cc104 EXPECT_FALSE(VLOG_IS_ON(jdwp)); in TEST_F()
H A Druntime.cc1611 VLOG(jdwp) << "Disabling all JDWP support."; in Init()
/aosp12/packages/modules/adb/libs/adbconnection/
H A DAndroid.bp3 // libadbconnection_client/server implement the socket handling for jdwp
4 // forwarding and the track-jdwp service.
/aosp12/packages/modules/adb/daemon/
H A Djdwp_service.cpp355 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 Dlogging.h45 bool jdwp; member
/aosp12/art/tools/jvmti-agents/enable-vlog/
H A DREADME.md44 * `jdwp`
/aosp12/art/openjdkjvmti/
H A Dti_logging.cc115 art::gLogVerbosity.jdwp = val; in SetVerboseFlag()
/aosp12/packages/modules/adb/
H A DSERVICES.TXT112 jdwp:<pid> -> JDWP thread on VM process <pid>
220 jdwp:<pid>
223 track-jdwp
/aosp12/art/cmdline/
H A Dcmdline_parser_test.cc267 log_verbosity.jdwp = true; in TEST_F()
291 log_verbosity.jdwp = true; in TEST_F()
H A Dcmdline_types.h652 log_verbosity.jdwp = true;
/aosp12/art/build/sdk/
H A DAndroid.bp244 "apache-harmony-jdwp-tests",
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Dsystem_server.te620 # Used for e.g. jdwp.
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dsystem_server.te648 # Used for e.g. jdwp.
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Dsystem_server.te708 # Used for e.g. jdwp.
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dsystem_server.te815 # Used for e.g. jdwp.
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dsystem_server.te860 # Used for e.g. jdwp.
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dsystem_server.te1008 # Used for e.g. jdwp.

12