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

/system/core/adb/
H A Djdwp_service.cpp43 named @jdwp-control (@ is a shortcut for "first byte is zero"
47 a connection to @jdwp-control to announce its availability.
50 JDWP thread @jdwp-control
66 equivalent to "adb forward tcp:<hostport> jdwp:<pid>"
68 "jdwp:<pid>" is a new forward destination format used to target
83 JDWP thread @jdwp-control
168 D("removing pid %d from jdwp process list", this->pid);
228 D("failed to read jdwp pid: %s", strerror(errno));
239 D("Adding pid %d to jdwp process list", proc->pid);
361 #define JDWP_CONTROL_NAME "\0jdwp
482 JdwpSocket* jdwp = (JdwpSocket*)s; local
[all...]

Completed in 1351 milliseconds