Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc186 const JdwpEventMod* pMod = &pEvent->mods[i]; in RegisterEvent() local
187 if (pMod->modKind == MK_LOCATION_ONLY) { in RegisterEvent()
194 Dbg::WatchLocation(&pMod->locationOnly.loc, &req); in RegisterEvent()
196 } else if (pMod->modKind == MK_STEP) { in RegisterEvent()
198 JdwpStepSize size = static_cast<JdwpStepSize>(pMod->step.size); in RegisterEvent()
199 JdwpStepDepth depth = static_cast<JdwpStepDepth>(pMod->step.depth); in RegisterEvent()
200 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth); in RegisterEvent()
269 JdwpEventMod* pMod = &pEvent->mods[i]; in UnregisterEvent() local
270 if (pMod->modKind == MK_LOCATION_ONLY) { in UnregisterEvent()
273 Dbg::UnwatchLocation(&pMod->locationOnly.loc, &req); in UnregisterEvent()
[all …]