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

/system/core/adb/
H A Djdwp_service.c36 equivalent to "adb forward tcp:<hostport> jdwp:<pid>"
38 "jdwp:<pid>" is a new forward destination format used to target
276 D("Adding pid %d to jdwp process list\n", proc->pid);
307 D( "remove pid %d to jdwp process list\n", proc->pid );
433 #define JDWP_CONTROL_NAME "\0jdwp-control"
485 D("listen failed in jdwp control socket: %d: %s\n",
495 D( "could not create fdevent for jdwp control socket\n" );
504 D("jdwp control socket started (%d)\n", control->listen_socket);
531 D( "weird accept() failed on jdwp control socket: %s\n",
547 /** "jdwp" loca
583 JdwpSocket* jdwp = (JdwpSocket*)s; local
[all...]

Completed in 1423 milliseconds