Home | History | Annotate | Download | only in jdwp

Lines Matching full:suspend

46 myself" message to the debugger.  Before it manages to suspend itself, the
51 for the event thread to suspend itself (and, potentially, all other threads)
59 - If I'm going to suspend, grab the "I am posting an event" token. Wait
62 - If appropriate, suspend others and then myself. As part of suspending
74 events with a "suspend all" clause
76 - thread A wants to suspend all other threads, but thread B is waiting
83 will cause thread B to suspend (remember, thread A's global suspend is
577 * SP_EVENT_THREAD - suspend ourselves
578 * SP_ALL - suspend everybody except JDWP support thread
646 * event and then suspend ourselves.
744 bool dvmJdwpPostVMStart(JdwpState* state, bool suspend)
749 if (suspend)
773 /* send request and possibly suspend ourselves */
842 * suspend on a breakpoint while the debugger is still waiting for its
897 /* send request and possibly suspend ourselves */
975 /* send request and possibly suspend ourselves */
1098 /* send request and possibly suspend ourselves */
1163 * to be suspended then we suspend all other threads.
1191 /* send request and possibly suspend ourselves */
1237 * other debugger traffic, and can't suspend the VM, so we skip all of