Searched defs:suspendStatus (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/jdwp/
H A DJdwpHandler.cpp1066 u4 suspendStatus; local
1067 if (!dvmDbgGetThreadStatus(threadId, &threadStatus, &suspendStatus))
1072 dvmJdwpSuspendStatusStr((JdwpSuspendStatus) suspendStatus));
1075 expandBufAdd4BE(pReply, suspendStatus);

Completed in 8 milliseconds