Home
last modified time | relevance | path

Searched refs:jdwp (Results 1 – 18 of 18) 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-libjdwp-tests.sh95 elif [[ $1 == --jdwp-path* ]]; then
121 args+=(--jdwp-path $ANDROID_BUILD_TOP/"prebuilts/jdk/jdk17/linux-x86/lib/libjdwp.so")
123 args+=(--jdwp-path "libjdwp.so")
176 verbose_run ./art/tools/run-jdwp-tests.sh \
Drun-prebuilt-libjdwp-tests.sh107 ./art/tools/run-jdwp-tests.sh \
111 --jdwp-path "$jdwp_path" \
Dexternal_oj_libjdwp_art_gcstress_debug_failures.txt13 name: "org.apache.harmony.jpda.tests.jdwp.ClassType_SetValuesTest#testSetValues001"
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.
401 --allow-default-jdwp)
/art/adbconnection/
Dadbconnection.cc122 VLOG(jdwp) << "Unable to dlsym adbconnection_client_set_current_process_name"; in RetrieveApexPointers()
130 VLOG(jdwp) << "Unable to dlsym adbconnection_client_add_application"; in RetrieveApexPointers()
137 VLOG(jdwp) << "Unable to dlsym adbconnection_client_remove_application"; in RetrieveApexPointers()
145 VLOG(jdwp) << "Unable to dlsym adbconnection_client_set_waiting_for_debugger"; in RetrieveApexPointers()
153 VLOG(jdwp) << "Unable to dlsym adbconnection_client_send_update"; in RetrieveApexPointers()
160 VLOG(jdwp) << "Unable to dlsym adbconnection_client_has_pending_update"; in RetrieveApexPointers()
168 VLOG(jdwp) << "Unable to dlsym adbconnection_client_set_user_id"; in RetrieveApexPointers()
450 VLOG(jdwp) << "SetCurrentProcessName '" << process_name << "'"; in SetCurrentProcessName()
457 VLOG(jdwp) << "AddApplication'" << package_name << "'"; in AddApplication()
464 VLOG(jdwp) << "RemoveApplication'" << package_name << "'"; in RemoveApplication()
[all …]
Djdwpargs.cc42 VLOG(jdwp) << "Skipping jdwp parameters '" << opts << "', token='" << w << "'"; in JdwpArgs()
50 VLOG(jdwp) << "Found jdwp parameters '" << key << "'='" << value << "'"; in JdwpArgs()
/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()
233 VLOG(jdwp) << StringPrintf("DDM reply: type=0x%08x data=%p offset=%d length=%d", in DdmHandleChunk()
258 VLOG(jdwp) << "Broadcasting DDM " << (connect ? "connect" : "disconnect") << "..."; in DdmBroadcast()
967 VLOG(jdwp) << "Collecting StringTables."; in GetRecentAllocations()
996 VLOG(jdwp) << "Done collecting StringTables:" << std::endl in GetRecentAllocations()
1030 VLOG(jdwp) << "Dumping allocations with stacks"; in GetRecentAllocations()
1074 VLOG(jdwp) << "Dumping tables."; in GetRecentAllocations()
1084 VLOG(jdwp) << "GetRecentAllocations: data created. " << bytes.size(); in GetRecentAllocations()
Dparsed_options_test.cc106 EXPECT_FALSE(VLOG_IS_ON(jdwp)); in TEST_F()
Druntime.cc1810 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.cc270 log_verbosity.jdwp = true; in TEST_F()
294 log_verbosity.jdwp = true; in TEST_F()
Dcmdline_types.h706 log_verbosity.jdwp = true;
/art/build/sdk/
DAndroid.bp212 "apache-harmony-jdwp-tests",