Home | History | Annotate | Download | only in jdwp

Lines Matching refs:JDWP

31 #include "jdwp/jdwp_priv.h"
38 namespace JDWP {
41 * JDWP network state.
86 LOG(ERROR) << "JDWP net startup failed (req port=" << options->port << ")";
94 LOG(INFO) << "JDWP will wait for debugger on port " << port;
96 LOG(INFO) << "JDWP will " << (options->server ? "listen" : "connect") << " on port " << port;
103 * Initialize JDWP stuff.
164 * Shut down JDWP listener. Don't free state.
166 * This may be called from a non-JDWP thread as part of shutting the
167 * JDWP thread down.
194 * packets until the previous transmissions have been acked. JDWP does a
230 if (VLOG_IS_ON(jdwp)) {
242 VLOG(jdwp) << "+++ accepted connection from " << inet_ntoa(remote_addr_) << ":" << remote_port_;
248 VLOG(jdwp) << "Setting TCP_NODELAY on accepted socket";
390 VLOG(jdwp) << "+++ all fds are closed";
419 VLOG(jdwp) << "Got wake-up signal, bailing out of select";
445 VLOG(jdwp) << "+++ EINTR hit";
449 VLOG(jdwp) << "+++ peer disconnected";
486 VLOG(jdwp) << "+++ handshake complete";
500 } // namespace JDWP