Lines Matching full:debugger
25 #include "debugger.h"
110 // Close a connection from a debugger (which may have already dropped us).
147 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!";
159 PLOG(ERROR) << StringPrintf("Failed to send JDWP packet %c%c%c%c to debugger (%d of %d)",
171 VLOG(jdwp) << "Not sending JDWP packet: no debugger attached!";
178 PLOG(ERROR) << StringPrintf("Failed to send JDWP packet to debugger (%d of %d)",
185 * packets to the debugger.
256 * debugger. Create the JDWP thread and let it continue the mission.
274 * debugger. Create the JDWP thread and let it continue the mission.
286 * For suspend=y, wait for the debugger to connect to us or for us to
287 * connect to the debugger.
306 * Ordinarily we would pause briefly to allow the debugger to set
318 * a debugger attached.
320 * This includes freeing up the debugger event list.
332 * Should not have one of these in progress. If the debugger went away
374 * Are we talking to a debugger?
389 PLOG(ERROR) << "Failed sending reply to debugger";
437 * non-server mode, we bail out of the thread when the debugger drops
440 * We broadcast a notification when a debugger attaches, after we
455 * debugger. To support the "timeout=xxx" option we need to
470 /* process requests until the debugger drops */
521 // Tell the rest of the runtime that the debugger is no longer around.
556 * instant the debugger connects, because we run the risk of executing code
557 * before the debugger has had a chance to configure breakpoints or issue
561 * There's no JDWP event we can post to tell the debugger, "we've stopped,
563 * cause the debugger to immediately send a resume, but the debugger might
567 * What we really want is a "wait until the debugger is done configuring
568 debugger
573 * Return the time, in milliseconds, since the last debugger activity.
575 * Returns -1 if no debugger is attached, or 0 if we're in the middle of
576 * processing a debugger request.
580 LOG(DEBUG) << "no active debugger";
596 VLOG(jdwp) << "+++ debugger interval=" << (now - last);
601 LOG(WARNING) << "Debugger told VM to exit with status " << exit_status;