Lines Matching full:debugger
51 * We only talk to one debugger at a time.
55 int listenSock; /* listen for connection from debugger */
112 ALOGI("JDWP will wait for debugger on port %d", port);
266 * Returns "true" if we're connected to a debugger.
303 * Check to see if we have a pending connection from the debugger.
312 /* not expecting to be called when debugger is actively connected */
390 * Create a connection to a waiting debugger.
481 * Close the connection to the debugger.
624 ALOGE("Failed sending reply to debugger: %s", strerror(errno));
650 * connections if we already have a debugger attached. If we don't, the
651 * debugger will just mysteriously hang until it times out. We could just
733 ALOGI("Ignoring second debugger -- accepting and dropping");
777 * the debugger, no matter who connects to whom.
831 ALOGV("NOT sending request -- no debugger is attached");
839 ALOGE("Failed sending req to debugger: %s (%d of %d)",
862 ALOGV("NOT sending request -- no debugger is attached");
874 ALOGE("Failed sending b-req to debugger: %s (%d of %zu)",