Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h50 bool AssociatePortWithProcess(uint16_t port, lldb::pid_t pid);
H A DGDBRemoteCommunicationServerPlatform.cpp156 AssociatePortWithProcess(port, pid); in LaunchGDBServer()
488 bool GDBRemoteCommunicationServerPlatform::AssociatePortWithProcess( in AssociatePortWithProcess() function in GDBRemoteCommunicationServerPlatform