Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DPortMapTest.cpp70 TEST(PortMapTest, FreePortForProcess) { in TEST() argument
82 ASSERT_FALSE(p.FreePortForProcess(33)); in TEST()
87 ASSERT_TRUE(p.FreePortForProcess(22)); in TEST()
93 ASSERT_FALSE(p.FreePortForProcess(22)); in TEST()
114 ASSERT_TRUE(p.FreePortForProcess(11)); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h65 bool FreePortForProcess(lldb::pid_t pid);
H A DGDBRemoteCommunicationServerPlatform.cpp92 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePortForProcess( in FreePortForProcess() function in GDBRemoteCommunicationServerPlatform::PortMap
522 m_port_map.FreePortForProcess(pid); in DebugserverProcessReaped()