Home | History | Annotate | Download | only in jdwp

Lines Matching defs:caught

109     bool                caught;         /* ExceptionOnly */
501 if ((basket->caught && !pMod->exceptionOnly.caught) ||
502 (!basket->caught && !pMod->exceptionOnly.uncaught))
1011 * An exception has been thrown. It may or may not have been caught.
1036 basket.caught = (pCatchLoc->classId != 0);
1056 ALOGV("EVENT: %s(%d total) thread=%llx exceptId=%llx caught=%d)",
1058 basket.threadId, exceptionId, basket.caught);
1064 ALOGV(" catch: (not caught)");