Home | History | Annotate | Download | only in jdwp

Lines Matching refs:mods

1381     LOGVV("  Set(kind=%s(%u) suspend=%s(%u) mods=%u)",
1395 * mods in JDWP doc).
1400 pEvent->mods[idx].modKind = modKind;
1409 pEvent->mods[idx].count.count = count;
1416 pEvent->mods[idx].conditional.exprId = exprId;
1423 pEvent->mods[idx].threadOnly.threadId = threadId;
1431 pEvent->mods[idx].classOnly.refTypeId = clazzId;
1442 pEvent->mods[idx].classMatch.classPattern =
1454 pEvent->mods[idx].classExclude.classPattern =
1466 pEvent->mods[idx].locationOnly.loc = loc;
1482 pEvent->mods[idx].exceptionOnly.refTypeId = exceptionOrNull;
1483 pEvent->mods[idx].exceptionOnly.caught = caught;
1484 pEvent->mods[idx].exceptionOnly.uncaught = uncaught;
1492 pEvent->mods[idx].fieldOnly.refTypeId = declaring;
1493 pEvent->mods[idx].fieldOnly.fieldId = fieldId;
1508 pEvent->mods[idx].step.threadId = threadId;
1509 pEvent->mods[idx].step.size = size;
1510 pEvent->mods[idx].step.depth = depth;
1517 pEvent->mods[idx].instanceOnly.objectId = instance;