Home | History | Annotate | Download | only in jdwp

Lines Matching full:mods

1580     LOGVV("  Set(kind=%s(%u) suspend=%s(%u) mods=%u)\n",
1594 * mods in JDWP doc).
1601 pEvent->mods[idx].modKind = modKind;
1610 pEvent->mods[idx].count.count = count;
1617 pEvent->mods[idx].conditional.exprId = exprId;
1624 pEvent->mods[idx].threadOnly.threadId = threadId;
1632 pEvent->mods[idx].classOnly.referenceTypeId = clazzId;
1643 pEvent->mods[idx].classMatch.classPattern =
1655 pEvent->mods[idx].classExclude.classPattern =
1667 pEvent->mods[idx].locationOnly.loc = loc;
1683 pEvent->mods[idx].exceptionOnly.refTypeId = exceptionOrNull;
1684 pEvent->mods[idx].exceptionOnly.caught = caught;
1685 pEvent->mods[idx].exceptionOnly.uncaught = uncaught;
1693 pEvent->mods[idx].fieldOnly.refTypeId = declaring;
1694 pEvent->mods[idx].fieldOnly.fieldId = fieldId;;
1709 pEvent->mods[idx].step.threadId = threadId;
1710 pEvent->mods[idx].step.size = size;
1711 pEvent->mods[idx].step.depth = depth;
1718 pEvent->mods[idx].instanceOnly.objectId = instance;