Home
last modified time | relevance | path

Searched refs:port_map (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h84 void SetPortMap(PortMap &&port_map);
H A DGDBRemoteCommunicationServerPlatform.cpp561 void GDBRemoteCommunicationServerPlatform::SetPortMap(PortMap &&port_map) { in SetPortMap() argument
562 m_port_map = port_map; in SetPortMap()