Home | History | Annotate | Download | only in jdwp

Lines Matching refs:mods

109  * values for mods valid for the event being evaluated will be filled in.
181 * If one or more "break"-type mods are used, register them with
186 const JdwpEventMod* pMod = &pEvent->mods[i];
269 JdwpEventMod* pMod = &pEvent->mods[i];
363 int allocSize = offsetof(JdwpEvent, mods) + numMods * sizeof(newEvent->mods[0]);
385 * Free any hairy bits in the mods.
388 if (pEvent->mods[i].modKind == MK_CLASS_MATCH) {
389 free(pEvent->mods[i].classMatch.classPattern);
390 pEvent->mods[i].classMatch.classPattern = NULL;
392 if (pEvent->mods[i].modKind == MK_CLASS_EXCLUDE) {
393 free(pEvent->mods[i].classExclude.classPattern);
394 pEvent->mods[i].classExclude.classPattern = NULL;
422 if (pEvent->mods[i].modKind == MK_COUNT && pEvent->mods[i].count.count == 0) {
459 * See if the event's mods match up with the contents of "basket".
462 * need to do this even if later mods cause us to ignore the event.
466 JdwpEventMod* pMod = pEvent->mods;
539 * Find all events of type "eventKind" with mods that match up with the
545 * DO NOT call this multiple times for the same eventKind, as Count mods are
822 * Valid mods:
1038 * Valid mods:
1127 * Valid mods:
1233 * Valid mods: