Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Process/gdb-remote/
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()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerPlatform.h65 bool FreePortForProcess(lldb::pid_t pid);
DGDBRemoteCommunicationServerPlatform.cpp91 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePortForProcess( in FreePortForProcess() function in GDBRemoteCommunicationServerPlatform::PortMap
528 m_port_map.FreePortForProcess(pid); in DebugserverProcessReaped()