Searched defs:JdwpState (Results 1 – 1 of 1) sorted by relevance
73 struct JdwpState { struct74 JdwpStartupParams params;77 pthread_mutex_t threadStartLock;78 pthread_cond_t threadStartCond;80 int debugThreadStarted;81 pthread_t debugThreadHandle;82 ObjectId debugThreadId;83 bool run;85 const JdwpTransport* transport;86 JdwpNetState* netState;[all …]