Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp74 bool GDBRemoteCommunicationServerPlatform::PortMap::AssociatePortWithProcess( in AssociatePortWithProcess() function in GDBRemoteCommunicationServerPlatform::PortMap
217 m_port_map.AssociatePortWithProcess(*port, pid); in LaunchGDBServer()