Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc132 const JdwpEventMod* pMod = &pEvent->mods[i]; in dumpEvent() local
133 LOG(INFO) << " " << pMod->modKind; in dumpEvent()
155 const JdwpEventMod* pMod = &pEvent->mods[i]; in RegisterEvent() local
156 if (pMod->modKind == MK_LOCATION_ONLY) { in RegisterEvent()
158 Dbg::WatchLocation(&pMod->locationOnly.loc); in RegisterEvent()
159 } else if (pMod->modKind == MK_STEP) { in RegisterEvent()
161 JdwpStepSize size = static_cast<JdwpStepSize>(pMod->step.size); in RegisterEvent()
162 JdwpStepDepth depth = static_cast<JdwpStepDepth>(pMod->step.depth); in RegisterEvent()
163 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth); in RegisterEvent()
167 } else if (pMod->modKind == MK_FIELD_ONLY) { in RegisterEvent()
[all …]