Searched refs:pMod (Results 1 – 1 of 1) sorted by relevance
187 JdwpEventMod* pMod = &pEvent->mods[i]; in dvmJdwpRegisterEvent() local188 if (pMod->modKind == MK_LOCATION_ONLY) { in dvmJdwpRegisterEvent()190 dvmDbgWatchLocation(&pMod->locationOnly.loc); in dvmJdwpRegisterEvent()192 if (pMod->modKind == MK_STEP) { in dvmJdwpRegisterEvent()194 dvmDbgConfigureStep(pMod->step.threadId, pMod->step.size, in dvmJdwpRegisterEvent()195 pMod->step.depth); in dvmJdwpRegisterEvent()246 JdwpEventMod* pMod = &pEvent->mods[i]; in unregisterEvent() local247 if (pMod->modKind == MK_LOCATION_ONLY) { in unregisterEvent()249 dvmDbgUnwatchLocation(&pMod->locationOnly.loc); in unregisterEvent()251 if (pMod->modKind == MK_STEP) { in unregisterEvent()[all …]