Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Process/gdb-remote/
DPortMapTest.cpp50 TEST(PortMapTest, FreePort) { in TEST() argument
61 ASSERT_FALSE(p.FreePort(0)); in TEST()
62 ASSERT_FALSE(p.FreePort(4)); in TEST()
65 ASSERT_TRUE(p.FreePort(2)); in TEST()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerPlatform.h61 bool FreePort(uint16_t port);
DGDBRemoteCommunicationServerPlatform.cpp82 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePort(uint16_t port) { in FreePort() function in GDBRemoteCommunicationServerPlatform::PortMap
226 m_port_map.FreePort(*port); in LaunchGDBServer()