Searched refs:JdwpThreadStatus (Results 1 – 4 of 4) sorted by relevance
203 enum JdwpThreadStatus { enum210 std::ostream& operator<<(std::ostream& os, const JdwpThreadStatus& value);
954 JDWP::JdwpThreadStatus threadStatus; in TR_Status()
457 static JDWP::JdwpThreadStatus ToJdwpThreadStatus(ThreadState state);459 JDWP::JdwpThreadStatus* pThreadStatus,
2197 JDWP::JdwpThreadStatus Dbg::ToJdwpThreadStatus(ThreadState state) { in ToJdwpThreadStatus()2233 JDWP::JdwpError Dbg::GetThreadStatus(JDWP::ObjectId thread_id, JDWP::JdwpThreadStatus* pThreadStatu… in GetThreadStatus()