Searched refs:child_port (Results 1 – 1 of 1) sorted by relevance
1156 uint16_t child_port = 0; in StartDebugserverProcess() local1158 llvm::to_integer(port_cstr, child_port); in StartDebugserverProcess()1159 if (*port == 0 || *port == child_port) { in StartDebugserverProcess()1160 *port = child_port; in StartDebugserverProcess()1170 __FUNCTION__, (uint32_t)child_port, (uint32_t)(*port)); in StartDebugserverProcess()