Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp1176 uint16_t child_port = StringConvert::ToUInt32(port_cstr, 0); in StartDebugserverProcess() local
1177 if (*port == 0 || *port == child_port) { in StartDebugserverProcess()
1178 *port = child_port; in StartDebugserverProcess()
1188 __FUNCTION__, (uint32_t)child_port, (uint32_t)(*port)); in StartDebugserverProcess()