Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h43 void AllowPort(uint16_t port);
H A DGDBRemoteCommunicationServerPlatform.cpp53 void GDBRemoteCommunicationServerPlatform::PortMap::AllowPort(uint16_t port) { in AllowPort() function in GDBRemoteCommunicationServerPlatform::PortMap
/openbsd/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-platform.cpp237 gdbserver_portmap.AllowPort(portnum); in main_platform()