Home | History | Annotate | Download | only in jdwp

Lines Matching full:mods

100  * values for mods valid for the event being evaluated will be filled in.
183 * If one or more LocationOnly mods are used, register them with
187 JdwpEventMod* pMod = &pEvent->mods[i];
246 JdwpEventMod* pMod = &pEvent->mods[i];
324 int allocSize = offsetof(JdwpEvent, mods) +
325 numMods * sizeof(newEvent->mods[0]);
350 * Free any hairy bits in the mods.
353 if (pEvent->mods[i].modKind == MK_CLASS_MATCH) {
354 free(pEvent->mods[i].classMatch.classPattern);
355 pEvent->mods[i].classMatch.classPattern = NULL;
357 if (pEvent->mods[i].modKind == MK_CLASS_EXCLUDE) {
358 free(pEvent->mods[i].classExclude.classPattern);
359 pEvent->mods[i].classExclude.classPattern = NULL;
391 if (pEvent->mods[i].modKind == MK_COUNT &&
392 pEvent->mods[i].count.count == 0)
454 * See if the event's mods match up with the contents of "basket".
457 * need to do this even if later mods cause us to ignore the event.
461 JdwpEventMod* pMod = pEvent->mods;
527 * Find all events of type "eventKind" with mods that match up with the
533 * DO NOT call this multiple times for the same eventKind, as Count mods are
800 * Valid mods:
923 * Valid mods:
1026 * Valid mods:
1134 * Valid mods:
1231 * Valid mods:
1243 * Valid mods: