Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Process/gdb-remote/
DPortMapTest.cpp27 p1.AllowPort(1); in TEST()
72 p.AllowPort(1); in TEST()
73 p.AllowPort(2); in TEST()
96 TEST(PortMapTest, AllowPort) { in TEST() argument
100 p.AllowPort(1); in TEST()
104 p.AllowPort(1); in TEST()
109 p.AllowPort(2); in TEST()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerPlatform.h43 void AllowPort(uint16_t port);
DGDBRemoteCommunicationServerPlatform.cpp51 void GDBRemoteCommunicationServerPlatform::PortMap::AllowPort(uint16_t port) { in AllowPort() function in GDBRemoteCommunicationServerPlatform::PortMap
/external/llvm-project/lldb/tools/lldb-server/
Dlldb-platform.cpp234 gdbserver_portmap.AllowPort(portnum); in main_platform()