Home | History | Annotate | Download | only in jdwp

Lines Matching full:debugger

80  * How we talk to the debugger.
110 * the debugger.
120 * Returns "true" if a debugger or DDM is connected.
130 * Get time, in milliseconds, since the last debugger activity.
137 * When we hit a debugger event that requires suspension, it's important
139 * additional requests. (Otherwise, if the debugger immediately sends a
144 * the debugger. The main JDWP handler loop calls "get" before processing
162 * for a breakpoint. These calls do not mean that an event the debugger
164 * debugger *might* be interested in.
174 * The VM has finished initializing. Only called when the debugger is
315 // For wait-for-debugger.
319 // Time of last debugger activity, in milliseconds.
326 // Linked list of events requested by the debugger (breakpoints, class prep, etc).