Home
last modified time | relevance | path

Searched refs:pMod (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jdwp/
Djdwp_event.cc198 const JdwpEventMod* pMod = &pEvent->mods[i]; in RegisterEvent() local
199 if (pMod->modKind == MK_LOCATION_ONLY) { in RegisterEvent()
206 Dbg::WatchLocation(&pMod->locationOnly.loc, &req); in RegisterEvent()
208 } else if (pMod->modKind == MK_STEP) { in RegisterEvent()
210 JdwpStepSize size = static_cast<JdwpStepSize>(pMod->step.size); in RegisterEvent()
211 JdwpStepDepth depth = static_cast<JdwpStepDepth>(pMod->step.depth); in RegisterEvent()
212 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth); in RegisterEvent()
281 JdwpEventMod* pMod = &pEvent->mods[i]; in UnregisterEvent() local
282 if (pMod->modKind == MK_LOCATION_ONLY) { in UnregisterEvent()
285 Dbg::UnwatchLocation(&pMod->locationOnly.loc, &req); in UnregisterEvent()
[all …]