Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1156 uint16_t child_port = 0; in StartDebugserverProcess() local
1158 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()