Searched refs:jdwp_options_ (Results 1 – 2 of 2) sorted by relevance
903 return jdwp_options_; in GetJdwpOptions()1287 std::string jdwp_options_; variable
1423 jdwp_options_ = runtime_options.GetOrDefault(Opt::JdwpOptions); in Init()1429 if (!jdwp_options_.empty()) { in Init()1430 bool has_transport = jdwp_options_.find("transport") != std::string::npos; in Init()1432 std::string(" -XjdwpProvider:adbconnection -XjdwpOptions:") + jdwp_options_; in Init()1436 << "-agentpath:libjdwp.so=" << jdwp_options_ << std::endl in Init()