Home
last modified time | relevance | path

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

/art/tools/
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"
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 …]
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"
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 …]
Drun-prebuilt-libjdwp-tests.sh107 ./art/tools/run-jdwp-tests.sh \
111 --jdwp-path "$jdwp_path" \
Drun-libjdwp-tests.sh143 verbose_run ./art/tools/run-jdwp-tests.sh \
145 --jdwp-path "libjdwp.so" \
Dlibjdwp-compat.props15 # These are properties that are needed for RI jdwp to run.
Dart58 --allow-default-jdwp Don't automatically put in -XjdwpProvider:none.
400 --allow-default-jdwp)
/art/adbconnection/
Dadbconnection.cc348 VLOG(jdwp) << "Not sending ddms data of type " in SendDdmPacket()
419 VLOG(jdwp) << StringPrintf("sent DDMS packet %c%c%c%c to debugger %zu", in SendDdmPacket()
470 VLOG(jdwp) << "Fds have been sent to jdwp agent!"; in SendAgentFds()
574 VLOG(jdwp) << "Local agent control sock has data: " << static_cast<const char*>(buf); in RunPollLoop()
611 VLOG(jdwp) << "Ignoring second debugger. Accept then drop!"; in RunPollLoop()
616 VLOG(jdwp) << "Adb connection established with fd " << new_fd; in RunPollLoop()
622 VLOG(jdwp) << "Sending fds as soon as we received them."; in RunPollLoop()
641 VLOG(jdwp) << "Sending agent fds again on data."; in RunPollLoop()
650 VLOG(jdwp) << "Woke up poll without anything to do!"; in RunPollLoop()
701 VLOG(jdwp) << "Loading agent due to jdwp packet that cannot be handled by adbconnection."; in HandleDataWithoutAgent()
/art/runtime/
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()
Dparsed_options_test.cc104 EXPECT_FALSE(VLOG_IS_ON(jdwp)); in TEST_F()
Druntime.cc1428 VLOG(jdwp) << "Disabling all JDWP support."; in Init()
/art/libartbase/base/
Dlogging.h45 bool jdwp; member
/art/tools/jvmti-agents/enable-vlog/
DREADME.md44 * `jdwp`
/art/openjdkjvmti/
Dti_logging.cc115 art::gLogVerbosity.jdwp = val; in SetVerboseFlag()
/art/cmdline/
Dcmdline_parser_test.cc267 log_verbosity.jdwp = true; in TEST_F()
291 log_verbosity.jdwp = true; in TEST_F()
Dcmdline_types.h635 log_verbosity.jdwp = true;