Searched defs:JdwpSocketState (Results 1 – 1 of 1) sorted by relevance
45 struct JdwpSocketState : public JdwpNetStateBase { struct46 uint16_t listenPort;47 int listenSock; /* listen for connection from debugger */49 explicit JdwpSocketState(JdwpState* state) : JdwpNetStateBase(state) { in JdwpSocketState() function60 in_addr remote_addr_;61 uint16_t remote_port_;