Lines Matching refs:Dbg
158 Dbg::WatchLocation(&pMod->locationOnly.loc); in RegisterEvent()
163 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth); in RegisterEvent()
218 Dbg::UnwatchLocation(&pMod->locationOnly.loc); in UnregisterEvent()
222 Dbg::UnconfigureStep(pMod->step.threadId); in UnregisterEvent()
397 if (!Dbg::MatchType(basket->classId, pMod->classOnly.refTypeId)) { in ModsMatch()
417 …if (pMod->exceptionOnly.refTypeId != 0 && !Dbg::MatchType(basket->excepClassId, pMod->exceptionOnl… in ModsMatch()
425 …if (!Dbg::MatchType(basket->classId, pMod->fieldOnly.refTypeId) || pMod->fieldOnly.fieldId != bask… in ModsMatch()
503 Dbg::SuspendVM(); in SuspendByPolicy()
514 DebugInvokeReq* pReq = Dbg::GetInvokeReq(); in SuspendByPolicy()
517 Dbg::SuspendSelf(); in SuspendByPolicy()
533 Dbg::ExecuteMethod(pReq); in SuspendByPolicy()
553 JDWP::ObjectId thread_self_id = Dbg::GetThreadSelfId(); in SendRequestAndPossiblySuspend()
572 DebugInvokeReq* pReq = Dbg::GetInvokeReq(); in InvokeInProgress()
672 ObjectId threadId = Dbg::GetThreadSelfId(); in PostVMStart()
727 basket.threadId = Dbg::GetThreadSelfId(); in PostLocationEvent()
728 basket.className = Dbg::GetClassName(pLoc->class_id); in PostLocationEvent()
763 if ((eventFlags & Dbg::kBreakpoint) != 0) { in PostLocationEvent()
766 if ((eventFlags & Dbg::kSingleStep) != 0) { in PostLocationEvent()
769 if ((eventFlags & Dbg::kMethodEntry) != 0) { in PostLocationEvent()
772 if ((eventFlags & Dbg::kMethodExit) != 0) { in PostLocationEvent()
780 << basket.className << "." << Dbg::GetMethodName(pLoc->method_id) in PostLocationEvent()
812 CHECK_EQ(threadId, Dbg::GetThreadSelfId()); in PostThreadChange()
901 basket.threadId = Dbg::GetThreadSelfId(); in PostException()
902 basket.className = Dbg::GetClassName(basket.classId); in PostException()
971 basket.threadId = Dbg::GetThreadSelfId(); in PostClassPrepare()
972 basket.className = Dbg::GetClassName(basket.classId); in PostClassPrepare()