Home | History | Annotate | Download | only in jdwp

Lines Matching full:threadid

106     ObjectId            threadId;       /* ThreadOnly */
208 dvmDbgConfigureStep(pMod->step.threadId, size, depth);
266 dvmDbgUnconfigureStep(pMod->step.threadId);
475 if (pMod->threadOnly.threadId != basket->threadId)
511 threadId != basket->threadId)
648 * Call this with a threadId of zero if you just want to wait for the
654 void dvmJdwpSetWaitForEventThread(JdwpState* state, ObjectId threadId)
667 state->eventThreadId, threadId);
672 if (waited || threadId != 0)
673 ALOGV("event token grabbed (0x%llx)", threadId);
674 if (threadId != 0)
675 state->eventThreadId = threadId;
681 * Clear the threadId and signal anybody waiting.
747 ObjectId threadId = dvmDbgGetThreadSelfId();
768 expandBufAdd8BE(pReq, threadId);
777 dvmJdwpSetWaitForEventThread(state, threadId);
820 basket.threadId = dvmDbgGetThreadSelfId();
830 if (basket.threadId == state->debugThreadId) {
876 basket.threadId, pLoc->idx);
889 expandBufAdd8BE(pReq, basket.threadId);
901 dvmJdwpSetWaitForEventThread(state, basket.threadId);
919 bool dvmJdwpPostThreadChange(JdwpState* state, ObjectId threadId, bool start)
923 assert(threadId == dvmDbgGetThreadSelfId());
935 basket.threadId = threadId;
954 basket.threadId);
967 expandBufAdd8BE(pReq, basket.threadId);
979 dvmJdwpSetWaitForEventThread(state, basket.threadId);
1032 basket.threadId = dvmDbgGetThreadSelfId();
1058 basket.threadId, exceptionId, basket.caught);
1083 expandBufAdd8BE(pReq, basket.threadId);
1102 dvmJdwpSetWaitForEventThread(state, basket.threadId);
1129 basket.threadId = dvmDbgGetThreadSelfId();
1153 basket.threadId);
1159 if (basket.threadId == state->debugThreadId) {
1162 * should set threadId to null and if any threads were supposed
1166 basket.threadId = 0;
1178 expandBufAdd8BE(pReq, basket.threadId);
1195 dvmJdwpSetWaitForEventThread(state, basket.threadId);