Searched refs:jdwp_options_ (Results 1 – 2 of 2) sorted by relevance
827 return jdwp_options_; in GetJdwpOptions()1178 std::string jdwp_options_; variable
1355 jdwp_options_ = runtime_options.GetOrDefault(Opt::JdwpOptions); in Init()1361 if (!jdwp_options_.empty()) { in Init()1362 bool has_transport = jdwp_options_.find("transport") != std::string::npos; in Init()1365 std::string(" -XjdwpProvider:adbconnection -XjdwpOptions:") + jdwp_options_; in Init()1369 << "-XjdwpOptions:" << transport_internal << jdwp_options_ << std::endl in Init()1371 << "-agentpath:libjdwp.so=" << jdwp_options_ << std::endl in Init()