Home | History | Annotate | Download | only in jdwp

Lines Matching defs:exitCode

356     u4 exitCode = get4BE(buf);
358 ALOGW("Debugger is telling the VM to exit with code=%d", exitCode);
360 dvmDbgExit(exitCode);