Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp213 gdbserver_portmap.AllowPort(portnum); in main_platform()
319 portmap_for_child.AllowPort(*available_port); in main_platform()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h43 void AllowPort(uint16_t port);
H A DGDBRemoteCommunicationServerPlatform.cpp54 void GDBRemoteCommunicationServerPlatform::PortMap::AllowPort(uint16_t port) { in AllowPort() function in GDBRemoteCommunicationServerPlatform::PortMap