Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc981 JDWP::JdwpThreadStatus threadStatus; in TR_Status() local
983 JdwpError error = Dbg::GetThreadStatus(thread_id, &threadStatus, &suspendStatus); in TR_Status()
988 VLOG(jdwp) << " --> " << threadStatus << ", " << suspendStatus; in TR_Status()
990 expandBufAdd4BE(pReply, threadStatus); in TR_Status()