Searched defs:ExceptionOnly (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DeventFilter.c104 struct ExceptionFilter ExceptionOnly; member in union:Filter_::__anon504
203 case JDWP_REQUEST_MODIFIER(ExceptionOnly):
204 if ( filter->u.ExceptionOnly.exception != NULL ) {
205 tossGlobalRef(env, &(filter->u.ExceptionOnly.exception));
445 case JDWP_REQUEST_MODIFIER(ExceptionOnly):
448 filter->u.ExceptionOnly.uncaught :
449 filter->u.ExceptionOnly.caught)) {
454 if (filter->u.ExceptionOnly.exception != NULL) {
459 filter->u.ExceptionOnly.exception)) {
833 ExceptionFilter *filter = &FILTER(node, index).u.ExceptionOnly;
[all...]

Completed in 40 milliseconds