• Home
  • Raw
  • Download

Lines Matching refs:serror

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