Lines Matching full:suspend
351 } else if (strcmp(name, "suspend") == 0) {
357 ALOGE("JDWP option 'suspend' must be 'y' or 'n'");
399 * "transport=dt_socket,address=8000,server=y,suspend=n"
1789 * "suspend=y", this will pause the VM. We probably want this to
1822 * success, send VM_START (suspending the VM if "suspend=y").
1823 * server=y suspend=n
1825 * server=y suspend=y
1854 params.suspend = gDvm.jdwpSuspend;
1866 * may cause us to suspend all threads.