Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h58 bool AssociatePortWithProcess(uint16_t port, lldb::pid_t pid);
H A DGDBRemoteCommunicationServerPlatform.cpp76 bool GDBRemoteCommunicationServerPlatform::PortMap::AssociatePortWithProcess( in AssociatePortWithProcess() function in GDBRemoteCommunicationServerPlatform::PortMap
219 m_port_map.AssociatePortWithProcess(*port, pid); in LaunchGDBServer()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp331 gdbserver_portmap.AssociatePortWithProcess(*available_port, childPid); in main_platform()