Searched refs:pMod (Results 1 – 1 of 1) sorted by relevance
201 const JdwpEventMod* pMod = &pEvent->mods[i]; in RegisterEvent() local202 if (pMod->modKind == MK_LOCATION_ONLY) { in RegisterEvent()209 Dbg::WatchLocation(&pMod->locationOnly.loc, &req); in RegisterEvent()211 } else if (pMod->modKind == MK_STEP) { in RegisterEvent()213 JdwpStepSize size = static_cast<JdwpStepSize>(pMod->step.size); in RegisterEvent()214 JdwpStepDepth depth = static_cast<JdwpStepDepth>(pMod->step.depth); in RegisterEvent()215 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth); in RegisterEvent()321 JdwpEventMod* pMod = &pEvent->mods[i]; in UnregisterEvent() local322 if (pMod->modKind == MK_LOCATION_ONLY) { in UnregisterEvent()325 Dbg::UnwatchLocation(&pMod->locationOnly.loc, &req); in UnregisterEvent()[all …]