Lines Matching full:serror
37 jdwpError serror;
42 serror = validateFrameID(thread, frame);
44 serror = JDWP_ERROR(THREAD_NOT_SUSPENDED);
47 serror = map2jdwpError(error);
49 return serror;
222 jdwpError serror;
245 serror = validateThreadFrame(thread, frame);
246 if (serror != JDWP_ERROR(NONE)) {
247 outStream_setError(out, serror);
265 serror = writeVariableValue(env, out, thread, fnum, slot, typeKey);
266 if (serror != JDWP_ERROR(NONE)) {
267 outStream_setError(out, serror);
280 jdwpError serror;
303 serror = validateThreadFrame(thread, frame);
304 if (serror != JDWP_ERROR(NONE)) {
305 outStream_setError(out, serror);
325 serror = readVariableValue(env, in, thread, fnum, slot, typeKey);
326 if (serror != JDWP_ERROR(NONE))
330 if (serror != JDWP_ERROR(NONE)) {
331 outStream_setError(out, serror);
341 jdwpError serror;
360 serror = validateThreadFrame(thread, frame);
361 if (serror != JDWP_ERROR(NONE)) {
362 outStream_setError(out, serror);
409 serror = map2jdwpError(error);
413 if (serror != JDWP_ERROR(NONE))
414 outStream_setError(out, serror);
423 jdwpError serror;
441 serror = validateThreadFrame(thread, frame);
442 if (serror != JDWP_ERROR(NONE)) {
443 outStream_setError(out, serror);
455 serror = map2jdwpError(error);
456 outStream_setError(out, serror);