Home
last modified time | relevance | path

Searched refs:PortMap (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DPortMapTest.cpp19 GDBRemoteCommunicationServerPlatform::PortMap p1; in TEST()
35 GDBRemoteCommunicationServerPlatform::PortMap p2(1, 4); in TEST()
51 GDBRemoteCommunicationServerPlatform::PortMap p(1, 4); in TEST()
71 GDBRemoteCommunicationServerPlatform::PortMap p; in TEST()
97 GDBRemoteCommunicationServerPlatform::PortMap p; in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h28 class PortMap {
35 PortMap() = default;
39 PortMap(uint16_t min_port, uint16_t max_port);
84 void SetPortMap(PortMap &&port_map);
105 PortMap m_port_map;
H A DGDBRemoteCommunicationServerPlatform.cpp46 GDBRemoteCommunicationServerPlatform::PortMap::PortMap(uint16_t min_port, in PortMap() function in GDBRemoteCommunicationServerPlatform::PortMap
52 void GDBRemoteCommunicationServerPlatform::PortMap::AllowPort(uint16_t port) { in AllowPort()
58 GDBRemoteCommunicationServerPlatform::PortMap::GetNextAvailablePort() { in GetNextAvailablePort()
73 bool GDBRemoteCommunicationServerPlatform::PortMap::AssociatePortWithProcess( in AssociatePortWithProcess()
83 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePort(uint16_t port) { in FreePort()
92 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePortForProcess( in FreePortForProcess()
105 bool GDBRemoteCommunicationServerPlatform::PortMap::empty() const { in empty()
561 void GDBRemoteCommunicationServerPlatform::SetPortMap(PortMap &&port_map) { in SetPortMap()
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A Dlldb-platform.cpp159 GDBRemoteCommunicationServerPlatform::PortMap gdbserver_portmap; in main_platform()
255 gdbserver_portmap = GDBRemoteCommunicationServerPlatform::PortMap( in main_platform()